From b448bd64f3fa93648d4ec4947e862f42677ae401 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 7 May 2026 19:15:00 +0200 Subject: [PATCH] lib: update outdated name in 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"; };