mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/nvim-lsp: add pylsp server settings (#185)
This commit is contained in:
parent
f37abc3ce4
commit
e50828507f
2 changed files with 410 additions and 0 deletions
|
@ -312,6 +312,7 @@ with lib; let
|
|||
in {
|
||||
imports =
|
||||
lib.lists.map (lspHelpers.mkLsp) servers
|
||||
++ [./pylsp.nix]
|
||||
++ [
|
||||
(optionWarnings.mkRenamedOption {
|
||||
option = basePluginPath ++ ["sumneko-lua"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue