File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ that config.
244244- [ bashls] ( #bashls )
245245- [ ccls] ( #ccls )
246246- [ clangd] ( #clangd )
247+ - [ clojure_lsp] ( #clojure_lsp )
247248- [ cmake] ( #cmake )
248249- [ codeqlls] ( #codeqlls )
249250- [ cssls] ( #cssls )
@@ -818,6 +819,24 @@ require'nvim_lsp'.clangd.setup{}
818819 root_dir = root_pattern ("compile_commands .json " , " compile_flags .txt " , " .git " ) or dirname
819820```
820821
822+ ## clojure_lsp
823+
824+ https://github.com/snoe/clojure-lsp
825+
826+ Clojure Language Server
827+
828+
829+ ``` lua
830+ require ' nvim_lsp' .clojure_lsp .setup {}
831+
832+ Commands :
833+
834+ Default Values :
835+ cmd = { " clojure-lsp" }
836+ filetypes = { " clojure" , " edn" }
837+ root_dir = root_pattern (" project.clj" , " deps.edn" , " .git" )
838+ ```
839+
821840## cmake
822841
823842https://github.com/regen100/cmake-language-server
You can’t perform that action at this time.
0 commit comments