Skip to content

Commit 8f5fa8e

Browse files
committed
remove unnecessary sections from nvim-lspconfig editor guide
1 parent a59ebeb commit 8f5fa8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/zls/editors/vim/nvim-lspconfig.smd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ The following two configs **only** contain the necessary Zig specific configurat
1919

2020
Install the [vim-plug](https://github.com/junegunn/vim-plug) plugin manager.
2121

22-
[]($section.id('init-lua'))
23-
2422
```lua
2523
local vim = vim
2624
local Plug = vim.fn['plug#']
@@ -76,8 +74,6 @@ lspconfig.zls.setup {
7674
}
7775
```
7876

79-
[]($section.id('init-vimscript'))
80-
8177
```vim
8278
call plug#begin('~/.config/nvim/plugged')
8379
Plug 'neovim/nvim-lspconfig' " https://github.com/neovim/nvim-lspconfig

0 commit comments

Comments
 (0)