9 lines
166 B
Nix
9 lines
166 B
Nix
{
|
|
plugins = {
|
|
# https://github.com/nvim-tree/nvim-tree.lua
|
|
# A File Explorer For Neovim Written In Lua
|
|
nvim-tree = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|