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
1 changed files with 40 additions and 46 deletions

View File

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