Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 704f9a3

Browse files
authored
Merge pull request #79 from kdheepak/patch-1
Fix typo in example
2 parents 5c60c73 + 48e41f9 commit 704f9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ local on_attach_vim = function()
255255
require'completion'.on_attach()
256256
require'diagnostic'.on_attach()
257257
end
258-
require'nvim_lsp'.pyls.setup{on_attach=on_attach}
258+
require'nvim_lsp'.pyls.setup{on_attach=on_attach_vim}
259259
EOF
260260
```
261261

0 commit comments

Comments
 (0)