modules/typescript-tools: fix serverSettings type

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-10 14:41:53 +03:00
parent abe4a27f8f
commit 68f4e978a7
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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.