lsp: add clojure lsp

This commit is contained in:
lelgenio 2022-05-18 23:10:35 -03:00
parent 78d50445ca
commit 7527a862f2
1 changed files with 6 additions and 0 deletions

View File

@ -206,6 +206,12 @@ roots = ["project.godot", ".git/"]
command = "nc"
args = [ "localhost", "6008"]
[language.clojure]
filetypes = ["clojure"]
roots = ["project.clj", ".git/"]
command = "clojure-lsp"
args = []