mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 20:23:30 +00:00
feat: rename nvimtree.lua option and conform to new configuration format
This commit is contained in:
parent
9a956161b3
commit
5c7546a8fa
6 changed files with 1452 additions and 574 deletions
6
modules/filetree/nvimtree/default.nix
Normal file
6
modules/filetree/nvimtree/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./nvimtree.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue