mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 11:21:35 +00:00
languages: link to vim.lsp.servers for customization
This commit is contained in:
parent
fe55af7f7c
commit
c6a2859193
42 changed files with 168 additions and 42 deletions
|
@ -230,7 +230,10 @@ in {
|
|||
servers = mkOption {
|
||||
type = singleOrListOf (enum (attrNames servers));
|
||||
default = defaultServers;
|
||||
description = "Typescript/Javascript LSP server to use";
|
||||
description = ''
|
||||
Typescript/Javascript 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