mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +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
|
@ -156,7 +156,10 @@ in {
|
|||
servers = mkOption {
|
||||
type = singleOrListOf (enum (attrNames servers));
|
||||
default = defaultServers;
|
||||
description = "Tailwindcss LSP server to use";
|
||||
description = ''
|
||||
Tailwindcss 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