modules/typescript-tools: fix serverSettings type
This commit is contained in:
parent
abe4a27f8f
commit
68f4e978a7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in
|
|||
package = mkPackageOption pkgs.vimPlugins "typescript-tools-nvim" { };
|
||||
|
||||
serverSettings = mkOption {
|
||||
type = with types; attrsOf attrs;
|
||||
type = types.attrs;
|
||||
default = { };
|
||||
description = ''
|
||||
Server-specific settings.
|
||||
|
|
Loading…
Reference in a new issue