Skip to content

Commit

Permalink
Add notes in EDITORS.md
Browse files Browse the repository at this point in the history
Add notes for some unwanted side effects.
coc is not working without any syntax highlighter
  • Loading branch information
kerkmann committed May 26, 2020
1 parent dd8c328 commit 995d2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EDITORS.md
Expand Up @@ -39,7 +39,8 @@ Add the following to your coc-settings.json file:
}
```

Note that you may need to substitute `kotlin-language-server` with `kotlin-language-server.bat` on Windows.
Note that you may need to substitute `kotlin-language-server` with `kotlin-language-server.bat` on Windows.\
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.

## Other Editors
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.
Expand Down

0 comments on commit 995d2e2

Please sign in to comment.