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

@ -150,5 +150,5 @@
[fish-lsp]: https://www.fish-lsp.dev/
[fish_indent]: https://fishshell.com/docs/current/cmds/fish_indent.html
- Add Fish support vai {option}`languages.fish` using [fish-lsp] and
- Add Fish support via {option}`languages.fish` using [fish-lsp] and
[fish_indent].

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";
};