Add clojure-lsp coc-config
parent
9e2d8f05c6
commit
eb0d7c541c
|
@ -8,6 +8,16 @@
|
||||||
"kotlin": {
|
"kotlin": {
|
||||||
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
||||||
"filetypes": ["kotlin"]
|
"filetypes": ["kotlin"]
|
||||||
|
},
|
||||||
|
"clojure-lsp": {
|
||||||
|
"command": "bash",
|
||||||
|
"args": ["-c", "clojure-lsp"],
|
||||||
|
"filetypes": ["clojure"],
|
||||||
|
"rootPatterns": ["project.clj"],
|
||||||
|
"additionalSchemes": ["jar", "zipfile"],
|
||||||
|
"trace.server": "verbose",
|
||||||
|
"initializationOptions": {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue