diff --git a/plugins/lsp/helpers.nix b/plugins/lsp/helpers.nix index d04dd012..ec343fc4 100644 --- a/plugins/lsp/helpers.nix +++ b/plugins/lsp/helpers.nix @@ -77,7 +77,7 @@ extraOptions = mkOption { default = {}; - type = types.attrs; + type = types.attrsOf types.anything; description = "Extra options for the ${name} language server."; }; };