Skip to content

Commit 995d2e2

Browse files
authored
Add notes in EDITORS.md
Add notes for some unwanted side effects. coc is not working without any syntax highlighter
1 parent dd8c328 commit 995d2e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EDITORS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Add the following to your coc-settings.json file:
3939
}
4040
```
4141

42-
Note that you may need to substitute `kotlin-language-server` with `kotlin-language-server.bat` on Windows.
42+
Note that you may need to substitute `kotlin-language-server` with `kotlin-language-server.bat` on Windows.\
43+
You should also note, that you need a syntax highlighter like [udalov/kotlin-vim](https://github.com/udalov/kotlin-vim) or [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot) to work well with coc.
4344

4445
## Other Editors
4546
Install a [Language Server Protocol client](https://microsoft.github.io/language-server-protocol/implementors/tools/) for your tool. Then invoke the language server executable in a client-specific way.

0 commit comments

Comments
 (0)