From b4e32220dce8cef861dae4399193a97dab4ff5cb Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 13 Jun 2026 00:07:24 +0200 Subject: [PATCH] lib: update doc comment --- lib/types/custom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };