summaryrefslogtreecommitdiff
path: root/lua/core/nvimtree.lua
AgeCommit message (Collapse)Author
2021-07-18fixing broken nvimtree (#1012)Abouzar Parvan
2021-07-17[Refactor] nvimtree to be configurable (#970)chaeing
* Refactor nvimtree to be configurable * Correct the location of .stylua.toml in Contrib.md Co-authored-by: Christian Chiarulli <[email protected]>
2021-07-13always close tree, there is a bug with nvimtree if you don't autoclose where ↵Chris
the buffer you open will inherit the settings of the tree buffer
2021-07-12refactor single filechristianchiarulli