mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp: add ruff language server
This commit is contained in:
parent
514a51877d
commit
83a7ce9846
2 changed files with 5 additions and 0 deletions
|
@ -575,6 +575,10 @@ with lib; let
|
|||
serverName = "rnix";
|
||||
package = null;
|
||||
}
|
||||
{
|
||||
name = "ruff";
|
||||
description = "Official ruff language server (Rust) for Python";
|
||||
}
|
||||
{
|
||||
name = "ruff-lsp";
|
||||
description = "ruff-lsp, for Python";
|
||||
|
|
|
@ -174,6 +174,7 @@
|
|||
# https://github.com/mtshiba/pylyzer/issues/78
|
||||
pylyzer.enable = false;
|
||||
pyright.enable = true;
|
||||
ruff.enable = true;
|
||||
ruff-lsp.enable = true;
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue