summaryrefslogtreecommitdiff
path: root/lua/lv-nvimtree/init.lua
AgeCommit message (Collapse)Author
2021-07-12refactor single filechristianchiarulli
2021-07-10nvim-tree use default setting (#834)arxra
2021-07-07Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stablechristianchiarulli
2021-07-06remove some config from nvimtree to testchristianchiarulli
2021-07-06pcall for viewchristianchiarulli
2021-07-06wrap requires in pcallChris
2021-07-04start formatting rulesRafael
2021-07-04seems to disable everything we may have to use a more complicated methodChris
2021-07-04Prevent startup errors on first run (#645)rob
2021-07-02remove file explorer titleChris
2021-06-30fix offset package.loaded is coolChris
2021-06-30more keybinds for nvimtreechristianchiarulli
2021-06-30new nvimtree bindingschristianchiarulli
2021-06-29updates, everything false by defaultChris
2021-06-28no nvimtree on dashboardchristianchiarulli
2021-06-28nvimtree with all the featureschristianchiarulli
2021-06-27use start now, for more speedchristianchiarulli
2021-06-26Fix barbar integration with nvim-tree (#523)kylo252
- Add an offset to display NvimTree buffer in barbar. It won't work correctly if you enable "vim.g.nvim_tree_quit_on_open". - Add which-key support to barbar to enable missing mappings. Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-25sorting out filepicker issueschristianchiarulli
2021-05-14Enable netrw (#394)rmagillxyz
* enable_netrw: source lv-globals before plugins and add nvim_tree_disable_netrw to lv-globals, otherwise netrw is never enabled. If netrw is not enabled, netrw-externapp functionality, things like gx and gf to follow http links do not work. * enable_netrw: add nvim_tree_disable_netrw to the lv-globals O object and set it in settings && source settings before plugins
2021-04-29lua based whichkeychristianchiarulli
2021-04-15add h to close nodechristianchiarulli
2021-04-15LunarVimchristianchiarulli