mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 06:55:30 +00:00
languages: link to vim.lsp.servers for customization
This commit is contained in:
parent
e43a14b080
commit
45c9606bc7
42 changed files with 168 additions and 42 deletions
|
|
@ -54,7 +54,10 @@ in {
|
|||
servers = mkOption {
|
||||
type = singleOrListOf (enum (attrNames servers));
|
||||
default = defaultServers;
|
||||
description = "Dart LSP server to use";
|
||||
description = ''
|
||||
Dart LSP server to use. Customization of the servers can be done via
|
||||
[](#opt-vim.lsp.servers).
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue