1
0
Fork 0

nvim: tree: have tree on the right side, instead of left

This commit is contained in:
Pratham Patel 2023-11-23 11:33:01 +05:30
parent 846dda9dad
commit 3610b30b00
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ require('nvim-tree').setup({
width = 30,
number = true,
relativenumber = true,
side = "right",
},
renderer = {
group_empty = false,
@ -33,4 +34,3 @@ require('nvim-tree').setup({
dotfiles = true,
},
})