nixvim-for-share/config/plugins/nvim-tree.nix
2025-07-26 12:43:01 +00:00

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;
};
};
}