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
|
|
@ -150,5 +150,5 @@
|
||||||
[fish-lsp]: https://www.fish-lsp.dev/
|
[fish-lsp]: https://www.fish-lsp.dev/
|
||||||
[fish_indent]: https://fishshell.com/docs/current/cmds/fish_indent.html
|
[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].
|
[fish_indent].
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ in {
|
||||||
enable = mkEnableOption "Fish formatting" // {default = config.vim.languages.enableFormat;};
|
enable = mkEnableOption "Fish formatting" // {default = config.vim.languages.enableFormat;};
|
||||||
|
|
||||||
type = mkOption {
|
type = mkOption {
|
||||||
type = listOf enum (attrNames formats);
|
type = listOf (enum (attrNames formats));
|
||||||
default = defaultFormat;
|
default = defaultFormat;
|
||||||
description = "Fish formatter to use";
|
description = "Fish formatter to use";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue