1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-27 21:59:48 +01:00
neovim-flake/modules/plugins/filetree/neo-tree/default.nix
raf a4d35b4419
plugins/neo-tree: init module ()
* plugins/neo-tree: init module

* filetree/neo-tree: add setup options until border styles

* plugins/filetree: rename module name

* docs: update changelogs

Mention the addition of neo-tree.
2024-07-14 18:30:12 +00:00

6 lines
59 B
Nix

{
imports = [
./config.nix
./neo-tree.nix
];
}