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 1
1
{
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
4
4
// Also note: diagnostics do not work because they are pull-based in our implementation, but the editor expects them to be push-based
5
5
// Things like navigation, completion, find references and code actions like organize imports do.
6
6
"languages" : {
7
7
"Kotlin" : {
8
8
"language_servers" : [
9
- " kotlin-language-server "
9
+ " kotlin-lsp "
10
10
]
11
11
}
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
- }
23
12
}
24
- }
13
+ }
You can’t perform that action at this time.
0 commit comments