1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 01:30:53 +01:00

hide nvimtree rootdir by default

This commit is contained in:
siduck 2021-12-13 18:59:14 +05:30
parent 7c9bf9cbe3
commit 01f652fcc4

View file

@ -84,6 +84,7 @@ M.plugins = {
allow_resize = true,
side = "left",
width = 25,
hide_root_folder = true,
},
},
luasnip = {