mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-06 07:14:31 +02:00
plugins/nvim-lsp: add the pylsp server (#177)
This commit is contained in:
parent
7ee4ec70a4
commit
b1bd19b1b5
1 changed files with 5 additions and 0 deletions
|
@ -198,6 +198,11 @@ with lib; let
|
||||||
};
|
};
|
||||||
settings = cfg: {nil = {inherit (cfg) formatting diagnostics;};};
|
settings = cfg: {nil = {inherit (cfg) formatting diagnostics;};};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "pylsp";
|
||||||
|
description = "Enable pylsp, for Python.";
|
||||||
|
package = pkgs.python3Packages.python-lsp-server;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "pyright";
|
name = "pyright";
|
||||||
description = "Enable pyright, for Python.";
|
description = "Enable pyright, for Python.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue