plugins/nvim-lsp/pylsp: fix bug in settings generation (#195)

This commit is contained in:
Gaétan Lepage 2023-02-25 17:56:22 +01:00 committed by GitHub
parent b7e810638a
commit a87135755c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";