From ebcff3fa616264a1022015d5083916bc7f18e043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Mon, 29 Jul 2024 15:47:46 +0200 Subject: nvim: add python LSPs I have to touch it at work, as troubling as that is. --- dot_config/nvim/fnl/plugins/lsp/init.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot_config/nvim/fnl/plugins/lsp/init.fnl') diff --git a/dot_config/nvim/fnl/plugins/lsp/init.fnl b/dot_config/nvim/fnl/plugins/lsp/init.fnl index 67b2b66..445eae1 100644 --- a/dot_config/nvim/fnl/plugins/lsp/init.fnl +++ b/dot_config/nvim/fnl/plugins/lsp/init.fnl @@ -8,6 +8,8 @@ :gopls {} :ltex {} :lua_ls {} + :pyright {} + :ruff {:cmd [:ruff :server :--preview]} :texlab {:filetypes [:tex :plaintex :bib :latex]} :tsserver {:autostart false :root_dir (plist :tsconfig.json :package.json)} -- cgit v1.2.3