You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EDITORS.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ Add the following to your coc-settings.json file:
39
39
}
40
40
```
41
41
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.
43
44
44
45
## Other Editors
45
46
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