always opening the three to the side

This commit is contained in:
aminnairi
2024-01-03 18:05:20 +01:00
parent d721873986
commit ea44dd89a1
@@ -111,8 +111,12 @@ return {
disable_netrw = true,
-- Reload the tree whenever a buffer is opened
reload_on_bufenter = true,
-- Allows using vim.ui.select for various operation instead of the defaut implementation
select_prompts = true,
-- dynamically get the width of the tree
width = get_width,
-- Always open the tree on the left side of the screen
side = "left",
})
local whichKey = require("which-key")