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 {
|
||||
lsp_diagnostics = false,
|
||||
disable_netrw = true,
|
||||
@ -69,8 +67,8 @@ require("nvim-tree").setup {
|
||||
},
|
||||
view = {
|
||||
allow_resize = true,
|
||||
side = 'left',
|
||||
width = '25',
|
||||
side = "left",
|
||||
width = "25",
|
||||
mappings = {
|
||||
list = {
|
||||
{ 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