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
|
@ -185,7 +185,10 @@ in {
|
|||
lsp = {
|
||||
enable = mkEnableOption "C# LSP support" // {default = config.vim.lsp.enable;};
|
||||
servers = mkOption {
|
||||
description = "C# LSP server to use";
|
||||
description = ''
|
||||
C# LSP server to use. Customization of the servers can be done via
|
||||
[](#opt-vim.lsp.servers).
|
||||
'';
|
||||
type = singleOrListOf (enum (attrNames servers));
|
||||
default = defaultServers;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue