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

Commit 02c5018

Browse files
authored
docs: Update nvim_lsp to lspconfig
1 parent 8c028d0 commit 02c5018

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
@@ -38,7 +38,7 @@ Plug 'nvim-lua/completion-nvim'
3838
set it up using the `on_attach` function like this.
3939

4040
```vim
41-
lua require'nvim_lsp'.pyls.setup{on_attach=require'completion'.on_attach}
41+
lua require'lspconfig'.pyls.setup{on_attach=require'completion'.on_attach}
4242
```
4343
- Change `pyls` to whichever language server you're using.
4444
- If you want completion-nvim to be set up for all buffers instead of only being

0 commit comments

Comments
 (0)