summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2024-08-14 10:17:05 +0200
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2024-08-14 10:17:05 +0200
commit03e1823ca7a63d67271cf19501669b06dbbf9c4c (patch)
tree53951c6838493da63fc00b13fd6a25283d064ce7 /dot_config/nvim/fnl/plugins
parentnvim: 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')
-rw-r--r--dot_config/nvim/fnl/plugins/lsp.fnl4
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