diff --git a/dotfiles/kak-lsp.toml b/dotfiles/kak-lsp.toml index f600e34..19d6e59 100644 --- a/dotfiles/kak-lsp.toml +++ b/dotfiles/kak-lsp.toml @@ -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 = [] +