1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-11 11:47:03 +03:00

Update lsp/README.md

Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
This commit is contained in:
Avi Dessauer 2022-01-18 13:47:53 -05:00 committed by GitHub
parent b1175e877b
commit e0cee05dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ The VS Code extension offers three configuration options:
### (Neo)Vim
Before proceeding install the [Nickel syntax highlighting plugin](https://github.com/nickel-lang/vim-nickel) using your Vim plugin manager.
Without this plugin your LSP client will not start NLS.
Without this plugin your LSP client may not start NLS on nickel source files.
With Vim-Plug:
```vim