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

@ -287,6 +287,12 @@ with lib; let
description = "Enable rnix LSP, for Nix";
serverName = "rnix";
}
{
name = "ruff-lsp";
description = "Enable ruff-lsp, for Python.";
package = pkgs.python3Packages.ruff-lsp;
serverName = "ruff_lsp";
}
{
name = "rust-analyzer";
description = "Enable rust-analyzer, for Rust.";