plugins/nvim-lsp: add pylsp server settings (#185)

This commit is contained in:
Gaétan Lepage 2023-02-23 17:51:55 +01:00 committed by GitHub
parent f37abc3ce4
commit e50828507f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 410 additions and 0 deletions

View file

@ -312,6 +312,7 @@ with lib; let
in {
imports =
lib.lists.map (lspHelpers.mkLsp) servers
++ [./pylsp.nix]
++ [
(optionWarnings.mkRenamedOption {
option = basePluginPath ++ ["sumneko-lua"];