feat(nvim): configure nvim-tree to my liking

This commit is contained in:
Mohammad Rafiq 2025-02-21 04:45:56 +08:00
parent dcc406577d
commit f39aaa29c1

View file

@ -8,7 +8,9 @@ return { -- Lua table
config = function()
require("nvim-tree").setup {
hijack_cursor = true, -- makes cursor stick to first char
view = {
side = "right",
},
}
end,
}