mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +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";
|
||||
description = "Enable pylsp, for Python.";
|
||||
package = pkgs.python3Packages.python-lsp-server;
|
||||
settings = cfg: {pylsp = cfg;};
|
||||
}
|
||||
{
|
||||
name = "pyright";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue