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

fix : typo of nvimtree size

This commit is contained in:
siduck76 2021-09-27 11:19:08 +05:30
parent 962c2bfe69
commit 548e4e4a9d

View file

@ -68,7 +68,7 @@ require("nvim-tree").setup {
view = { view = {
allow_resize = true, allow_resize = true,
side = "left", side = "left",
width = "25", width = 25,
mappings = { mappings = {
list = { list = {
{ key = { "<CR>", "o", "<2-LeftMouse>" }, cb = tree_cb "edit" }, { key = { "<CR>", "o", "<2-LeftMouse>" }, cb = tree_cb "edit" },