summaryrefslogtreecommitdiff
path: root/lua/core/nvimtree.lua
AgeCommit message (Expand)Author
2021-08-28use netrw when opening directoryChristian Chiarulli
2021-08-26fix logging when plenary is not available (#1390)kylo252
2021-08-22[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)devtoi
2021-08-20[Refactor]: consistent update of bufferline offset with nvim-tree (#1351)Ahmed Khalf
2021-08-18[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)Ahmed Khalf
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-13Fix nvimtree quit to update bufferline (#1312)Ahmed Khalf
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
2021-08-03feat: add lvim.lsp.smart_cwd (#1218)kylo252
2021-08-03Allow user's to define their own nvim-tree bindings (#1181)tafryn
2021-08-03[Feature]: Add possibility to focus nvimtree instead of toggle (#1074)William Goulois
2021-07-27do not touch bufferline if nvimtree is on the right sideAbouzar Parvan
2021-07-24New contract (#1080)Christian Chiarulli
2021-07-19toggle() already follows the file, no need for find_file() (#1020)Abouzar Parvan
2021-07-18fixing broken nvimtree (#1012)Abouzar Parvan
2021-07-17[Refactor] nvimtree to be configurable (#970)chaeing
2021-07-13always close tree, there is a bug with nvimtree if you don't autoclose where ...Chris
2021-07-12refactor single filechristianchiarulli