Add clojure-lsp coc-config

pull/1/head
Ensar Sarajčić 2021-02-12 22:54:45 +01:00
parent 9e2d8f05c6
commit eb0d7c541c
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,16 @@
"kotlin": {
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
"filetypes": ["kotlin"]
},
"clojure-lsp": {
"command": "bash",
"args": ["-c", "clojure-lsp"],
"filetypes": ["clojure"],
"rootPatterns": ["project.clj"],
"additionalSchemes": ["jar", "zipfile"],
"trace.server": "verbose",
"initializationOptions": {
}
}
}
}