Add instructions for LanguageClient-neovim
This commit is contained in:
parent
c98c44460c
commit
8998c342b8
10
README.md
10
README.md
@ -177,6 +177,16 @@ set completeopt=menuone,noinsert,noselect
|
|||||||
let g:completion_enable_auto_popup = 1
|
let g:completion_enable_auto_popup = 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### LanguageClient-neovim
|
||||||
|
|
||||||
|
- Install the LanguageClient-neovim from [here](https://github.com/autozimu/LanguageClient-neovim)
|
||||||
|
- Edit your neovim configuration and add `zls` for zig filetypes:
|
||||||
|
|
||||||
|
```vim
|
||||||
|
let g:LanguageClient_serverCommands = {
|
||||||
|
\ 'zig': ['~/code/zls/zig-cache/bin/zls'],
|
||||||
|
\ }
|
||||||
|
```
|
||||||
|
|
||||||
### Emacs
|
### Emacs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user