File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 11{
2- // Note: you'll need to install "Kotlin" extension via Zed extensions: https://github.com/zed-extensions/kotlin/blob/main/src/kotlin.rs
3- // This configuration basically overrides its executable
2+ // Note: you'll need to install "Kotlin" extension via Zed extensions: https://github.com/zed-extensions/kotlin
3+ // See the README.md file for more information on how to configure kotlin-lsp in Zed
44 // Also note: diagnostics do not work because they are pull-based in our implementation, but the editor expects them to be push-based
55 // Things like navigation, completion, find references and code actions like organize imports do.
66 "languages" : {
77 "Kotlin" : {
88 "language_servers" : [
9- " kotlin-language-server "
9+ " kotlin-lsp "
1010 ]
1111 }
12- },
13- "lsp" : {
14- "kotlin-language-server" : {
15- "binary" : {
16- // NB!!: change this executable path to yours
17- "path" : " /Users/qwwdfsad/Downloads/kotlin-lsp/kotlin-0.252.16764/kotlin-lsp.sh" ,
18- "arguments" : [
19- " --stdio"
20- ]
21- }
22- }
2312 }
24- }
13+ }
You can’t perform that action at this time.
0 commit comments