diff options
| author | 2024-07-29 15:47:46 +0200 | |
|---|---|---|
| committer | 2024-07-29 15:49:52 +0200 | |
| commit | ebcff3fa616264a1022015d5083916bc7f18e043 (patch) | |
| tree | 84bcb6a162d5fd1a0897f3e6a1e3fb0dd45c1887 /dot_config/nvim/fnl/plugins | |
| parent | nvim: use OSC 52 on nvim >= 0.10.0 unconditionally (diff) | |
nvim: add python LSPs
I have to touch it at work, as troubling as that is.
Diffstat (limited to 'dot_config/nvim/fnl/plugins')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/lsp/init.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
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)} |
