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
|
@ -292,9 +292,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
|
||||
inactive_winbar = mkEmptySectionOption "Winbar configuration used when inactive.";
|
||||
|
||||
extensions = defaultNullOpts.mkListOf (
|
||||
with lib.types; either str (attrsOf anything)
|
||||
) [ ] "List of enabled extensions.";
|
||||
extensions = defaultNullOpts.mkListOf (with lib.types; either str (attrsOf anything)) [
|
||||
] "List of enabled extensions.";
|
||||
};
|
||||
|
||||
settingsExample = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue