diff --git a/lib/types/custom.nix b/lib/types/custom.nix index 9974070e..3dfa8f92 100644 --- a/lib/types/custom.nix +++ b/lib/types/custom.nix @@ -46,7 +46,7 @@ in { # Example: # # vim.languages.typescript.lsp.servers = mkOption { - # type = renamedEnum + # type = enumWithRename # "vim.languages.typescript.lsp.servers" # ["typescript-language-server" "some-other-server"] # { ts_ls = "typescript-language-server"; };