mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-27 22:24:37 +02:00
treewide: format with new nixfmt
This commit is contained in:
parent
d63fd77511
commit
dd73afe9c6
34 changed files with 665 additions and 679 deletions
|
@ -1186,12 +1186,10 @@ in
|
|||
nested = true;
|
||||
});
|
||||
|
||||
extraConfigLua =
|
||||
(optionalString autoOpenEnabled openNvimTreeFunction)
|
||||
+ ''
|
||||
extraConfigLua = (optionalString autoOpenEnabled openNvimTreeFunction) + ''
|
||||
|
||||
require('nvim-tree').setup(${lib.nixvim.toLuaObject setupOptions})
|
||||
'';
|
||||
require('nvim-tree').setup(${lib.nixvim.toLuaObject setupOptions})
|
||||
'';
|
||||
|
||||
dependencies.git.enable = lib.mkDefault true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue