mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 12:21:40 +00:00
feat: apply new module format to nvimtree
This commit is contained in:
parent
5ace8e9ba2
commit
e09ccfd014
4 changed files with 178 additions and 84 deletions
6
modules/filetree/nvimtree-lua/default.nix
Normal file
6
modules/filetree/nvimtree-lua/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./nvimtree-lua.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue