We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59ebeb commit 8f5fa8eCopy full SHA for 8f5fa8e
content/zls/editors/vim/nvim-lspconfig.smd
@@ -19,8 +19,6 @@ The following two configs **only** contain the necessary Zig specific configurat
19
20
Install the [vim-plug](https://github.com/junegunn/vim-plug) plugin manager.
21
22
-[]($section.id('init-lua'))
23
-
24
```lua
25
local vim = vim
26
local Plug = vim.fn['plug#']
@@ -76,8 +74,6 @@ lspconfig.zls.setup {
76
74
}
77
75
```
78
79
-[]($section.id('init-vimscript'))
80
81
```vim
82
call plug#begin('~/.config/nvim/plugged')
83
Plug 'neovim/nvim-lspconfig' " https://github.com/neovim/nvim-lspconfig
0 commit comments