mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Merge pull request #64 from horriblename/fix-py-lsp
fix: broken python lsp option
This commit is contained in:
commit
f9b15c97cd
1 changed files with 5 additions and 1 deletions
|
@ -64,7 +64,11 @@ in {
|
||||||
type = with types; enum (attrNames servers);
|
type = with types; enum (attrNames servers);
|
||||||
default = defaultServer;
|
default = defaultServer;
|
||||||
};
|
};
|
||||||
package = nvim.types.mkGrammarOption pkgs "python";
|
package = mkOption {
|
||||||
|
description = "python LSP server package";
|
||||||
|
type = types.package;
|
||||||
|
default = servers.${cfg.lsp.server}.package;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
format = {
|
format = {
|
||||||
|
|
Loading…
Reference in a new issue