diff options
| author | 2024-08-14 10:17:05 +0200 | |
|---|---|---|
| committer | 2024-08-14 10:17:05 +0200 | |
| commit | 03e1823ca7a63d67271cf19501669b06dbbf9c4c (patch) | |
| tree | 53951c6838493da63fc00b13fd6a25283d064ce7 /dot_config/nvim/fnl/plugins/lsp.fnl | |
| parent | nvim: rework mixed-table macro (diff) | |
nvim: move to basedpyright over pyright
The interest is mostly in the code actions.
Diffstat (limited to 'dot_config/nvim/fnl/plugins/lsp.fnl')
| -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 |
