mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 10:55:50 +00:00
docs: Fix typo
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
e709fc3f09
commit
d8e08fff0a
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue