mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-09 11:51:35 +00:00
change: add example vim.languages.python.lsp.server
This commit is contained in:
parent
da7961f09b
commit
2ec0a3aaec
1 changed files with 4 additions and 0 deletions
|
@ -221,6 +221,10 @@ in {
|
||||||
|
|
||||||
server = mkOption {
|
server = mkOption {
|
||||||
description = "Python LSP server to use either as a single server or a list of servers";
|
description = "Python LSP server to use either as a single server or a list of servers";
|
||||||
|
example = ''
|
||||||
|
server = "basedpyright;
|
||||||
|
server = ["basedpyright" "ruff"];
|
||||||
|
'';
|
||||||
type = either (enum (attrNames servers)) (listOf (enum (attrNames servers)));
|
type = either (enum (attrNames servers)) (listOf (enum (attrNames servers)));
|
||||||
default = defaultServer;
|
default = defaultServer;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue