mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 01:11:12 +01:00
Changed width of nvim-tree
This commit is contained in:
parent
7383e9545e
commit
976c03191b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ return {
|
||||||
-- configure nvim-tree
|
-- configure nvim-tree
|
||||||
nvimtree.setup({
|
nvimtree.setup({
|
||||||
view = {
|
view = {
|
||||||
width = 60,
|
width = 45,
|
||||||
},
|
},
|
||||||
-- change folder arrow icons
|
-- change folder arrow icons
|
||||||
renderer = {
|
renderer = {
|
||||||
|
|
Loading…
Reference in a new issue