docs: Fix typo

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
Poseidon 2026-01-26 15:00:44 -06:00
commit d8e08fff0a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ in {
enable = mkEnableOption "Fish formatting" // {default = config.vim.languages.enableFormat;};
type = mkOption {
type = listOf enum (attrNames formats);
type = listOf (enum (attrNames formats));
default = defaultFormat;
description = "Fish formatter to use";
};