fix : typo of nvimtree size
This commit is contained in:
parent
962c2bfe69
commit
548e4e4a9d
|
@ -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" },
|
||||||
|
|
Loading…
Reference in New Issue