index
:
LunarVim.git
appname-impl
bootstrap-stdpath
feat-dapui-layout
feat-luasnip-setup-tables
feat/handlers-override
luasnip-refactor
mason-nullls-dap
master
nvim-v0.9-bump
nvim_appname-refactor
plugins-bump
refactor-toggleterm-exec
refactor/builtins
refactor/config-structure
release-1.2/neovim-0.8
release-1.3/neovim-0.9
remove-old-colorschemes
rolling
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
core
/
nvimtree.lua
Age
Commit message (
Expand
)
Author
2021-10-10
feat: add an independent lvim namespace (#1699)
kylo252
2021-10-10
fix: anything not in setup should be set using zero and one (#1733)
Abouzar Parvan
2021-10-10
fix: nvim-tree ls_disagnostics has been replaced with diagnostic (#1731)
Abouzar Parvan
2021-10-10
fix(nvimtree): change 0 and 1 values to true/false (#1728)
rebuilt
2021-10-08
fix: correct variable names in NvimTree setup table (#1710)
Chris Dawkins
2021-09-26
fix small bugs in nvim-tree (#1629)
Abouzar Parvan
2021-09-26
migrate nvim-tree to setup syntax episode 4 :cry: (#1627)
Abouzar Parvan
2021-09-26
lsp_diagnostics is part of the nvim-tree setup now (#1623)
Abouzar Parvan
2021-09-26
fix: use the new nvim-tree syntax (#1619)
Abouzar Parvan
2021-09-25
update nvim-tree based on the refactor (#1617)
Abouzar Parvan
2021-08-28
use netrw when opening directory
Christian Chiarulli
2021-08-26
fix 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-13
Fix nvimtree quit to update bufferline (#1312)
Ahmed Khalf
2021-08-09
feat: Add an async logger using plenary (#1207)
kylo252
2021-08-03
feat: add lvim.lsp.smart_cwd (#1218)
kylo252
2021-08-03
Allow 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-27
do not touch bufferline if nvimtree is on the right side
Abouzar Parvan
2021-07-24
New contract (#1080)
Christian Chiarulli
2021-07-19
toggle() already follows the file, no need for find_file() (#1020)
Abouzar Parvan
2021-07-18
fixing broken nvimtree (#1012)
Abouzar Parvan
2021-07-17
[Refactor] nvimtree to be configurable (#970)
chaeing
2021-07-13
always close tree, there is a bug with nvimtree if you don't autoclose where ...
Chris
2021-07-12
refactor single file
christianchiarulli