mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 02:08:40 +02:00
plugins/nvim-lsp/pylsp: fix bug in settings generation (#195)
This commit is contained in:
parent
b7e810638a
commit
a87135755c
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ with lib; let
|
||||||
name = "pylsp";
|
name = "pylsp";
|
||||||
description = "Enable pylsp, for Python.";
|
description = "Enable pylsp, for Python.";
|
||||||
package = pkgs.python3Packages.python-lsp-server;
|
package = pkgs.python3Packages.python-lsp-server;
|
||||||
|
settings = cfg: {pylsp = cfg;};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "pyright";
|
name = "pyright";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue