chore: format source code
This commit is contained in:
parent
1cd3faffb3
commit
962c2bfe69
@ -52,8 +52,6 @@ g.nvim_tree_icons = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
require("nvim-tree").setup {
|
require("nvim-tree").setup {
|
||||||
lsp_diagnostics = false,
|
lsp_diagnostics = false,
|
||||||
disable_netrw = true,
|
disable_netrw = true,
|
||||||
@ -69,8 +67,8 @@ 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" },
|
||||||
@ -108,7 +106,3 @@ require("nvim-tree").setup {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user