mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 05:44:31 +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
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue