From 03e1823ca7a63d67271cf19501669b06dbbf9c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 14 Aug 2024 10:17:05 +0200 Subject: nvim: move to basedpyright over pyright The interest is mostly in the code actions. --- dot_config/nvim/fnl/plugins/lsp.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_config/nvim/fnl/plugins/lsp.fnl') 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 -- cgit v1.2.3