fix : typo of nvimtree size

This commit is contained in:
siduck76 2021-09-27 11:19:08 +05:30
parent 962c2bfe69
commit 548e4e4a9d
1 changed files with 1 additions and 1 deletions

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" },