diff options
Diffstat (limited to 'dot_config/nvim/fnl/plugins')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/lsp.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/nvim/fnl/plugins/lsp.fnl b/dot_config/nvim/fnl/plugins/lsp.fnl index 963c1b7..848f1b6 100644 --- a/dot_config/nvim/fnl/plugins/lsp.fnl +++ b/dot_config/nvim/fnl/plugins/lsp.fnl @@ -4,14 +4,14 @@ (local {: executable?} (require :toast.nvim)) (fn gopts [plist] - {:clangd {} + {:basedpyright {} + :clangd {} :clojure_lsp {:root_dir (plist :project.clj :deps.edn :bb.edn :build.boot :shadow-cljs.edn :.git)} :denols {:autostart false :root_dir (plist :deno.json :deno.jsonc)} :gopls {} :ltex {} :lua_ls {} - :pyright {} :ruff {:cmd [:ruff :server :--preview]} :texlab {:filetypes [:tex :plaintex :bib :latex]} :tsserver {:autostart false |
