Install efm lsp and use lua-format on all files

This commit is contained in:
2021-11-21 12:37:26 +03:00
parent cb8c78723b
commit 05606ee54b
9 changed files with 83 additions and 101 deletions

View File

@@ -2,24 +2,12 @@ require("nvim-tree").setup({
open_on_setup = true,
hijack_cursor = true,
update_cwd = true,
update_focused_file = {
enable = true
},
view = {
width = 30,
side = "left",
auto_resize = true
},
filters = {
custom = { ".git" }
}
update_focused_file = { enable = true },
view = { width = 30, side = "left", auto_resize = true },
filters = { custom = { ".git" } }
})
vim.g.nvim_tree_add_trailing = 1
vim.g.nvim_tree_indent_markers = 1
vim.g.nvim_tree_show_icons = {
git = 0,
folders = 0,
files = 0,
folder_arrows = 0
}
vim.g.nvim_tree_show_icons = { git = 0, folders = 0, files = 0, folder_arrows = 0 }