plugins/nvim-lsp: add ruff-lsp for python (#350)

* flake: update

* plugins/nvim-lsp: add ruff-lsp for Python
This commit is contained in:
Gaétan Lepage 2023-04-27 12:44:39 +02:00 committed by GitHub
parent 744fdd1cd4
commit 7f36532bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 6 deletions

View file

@ -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;