feat(nvim): configure nvim-tree to my liking
This commit is contained in:
parent
dcc406577d
commit
f39aaa29c1
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue