We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7e997 commit 3f4584aCopy full SHA for 3f4584a
content/zls/install.smd
@@ -206,7 +206,7 @@ lspconfig.zls.setup {
206
207
[]($section.id('nvim-lspconfig-init-vimscript'))
208
209
-```
+```vim
210
call plug#begin('~/.config/nvim/plugged')
211
Plug 'neovim/nvim-lspconfig' " https://github.com/neovim/nvim-lspconfig
212
Plug 'ziglang/zig.vim' " https://github.com/ziglang/zig.vim
@@ -272,7 +272,7 @@ Add ZLS in your `coc-settings.json` (open it using `:CocConfig`) like this:
272
- Install YouCompleteMe from [here](https://github.com/ycm-core/YouCompleteMe.git).
273
- Add these lines to your vimrc:
274
275
276
"ensure zig is a recognized filetype
277
autocmd BufNewFile,BufRead *.zig set filetype=zig
278
let g:ycm_language_server =
0 commit comments