chore: format source code

This commit is contained in:
github-actions[bot] 2021-09-26 18:08:47 +00:00 committed by siduck76
parent 1cd3faffb3
commit 962c2bfe69

View File

@ -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 {
},
},
}