mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
ensuring the tree is reloaded on buffer enter
This commit is contained in:
@@ -109,6 +109,8 @@ return {
|
|||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
-- Disable completely netrw, just in case
|
-- Disable completely netrw, just in case
|
||||||
disable_netrw = true,
|
disable_netrw = true,
|
||||||
|
-- Reload the tree whenever a buffer is opened
|
||||||
|
reload_on_bufenter = true,
|
||||||
-- dynamically get the width of the tree
|
-- dynamically get the width of the tree
|
||||||
width = get_width,
|
width = get_width,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user