mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 21:45:59 +01:00
raf
a4d35b4419
* 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.
6 lines
53 B
Nix
6 lines
53 B
Nix
{
|
|
imports = [
|
|
./nvimtree
|
|
./neo-tree
|
|
];
|
|
}
|