mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/nvim-lsp: add ruff-lsp for python (#350)
* flake: update * plugins/nvim-lsp: add ruff-lsp for Python
This commit is contained in:
parent
744fdd1cd4
commit
7f36532bdb
3 changed files with 13 additions and 6 deletions
|
@ -65,6 +65,7 @@
|
|||
pylsp.enable = true;
|
||||
pyright.enable = true;
|
||||
rnix-lsp.enable = true;
|
||||
ruff-lsp.enable = true;
|
||||
rust-analyzer.enable = true;
|
||||
tailwindcss.enable = true;
|
||||
terraformls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue