Skip to content

Commit d0fa9ad

Browse files
committed
Update configuration instructions for coc-nvim
Point the language server executable path to the 'install' directory rather than the scripts directory (possibly resolving #171).
1 parent 4384606 commit d0fa9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EDITORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the following to your coc-settings.json file:
3232
{
3333
"languageserver": {
3434
"kotlin": {
35-
"command": "/pathWhereYouClonedKotlinLanguageServer/server/build/scripts/server",
35+
"command": "[path to cloned language server]/server/build/install/server/bin/kotlin-language-server",
3636
"filetypes": ["kotlin"]
3737
}
3838
}

0 commit comments

Comments
 (0)