mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
d55ca74c05
commit
e680b367c7
7 changed files with 13 additions and 19 deletions
|
@ -467,9 +467,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
group = defaultNullOpts.mkStr "+" "Symbol prepended to a group.";
|
||||
ellipsis = defaultNullOpts.mkStr "…" "Symbol used for overflow.";
|
||||
mappings = defaultNullOpts.mkBool true "Set to false to disable all mapping icons.";
|
||||
rules = defaultNullOpts.mkNullable (
|
||||
with types; either (listOf attrs) bool
|
||||
) [ ] "Icon rules. Set to false to disable all icons.";
|
||||
rules = defaultNullOpts.mkNullable (with types; either (listOf attrs) bool) [
|
||||
] "Icon rules. Set to false to disable all icons.";
|
||||
colors = defaultNullOpts.mkBool true ''
|
||||
Use the highlights from mini.icons.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue