switch from nvimtree to neotree

This commit is contained in:
PeteChu 2023-04-21 17:03:44 +07:00
parent 615e8a4aae
commit 690372bd88
13 changed files with 69 additions and 69 deletions

View file

@ -8,7 +8,8 @@ return {
indicator = { style = "icon", icon = "" },
diagnostics = 'nvim_lsp', -- | "nvim_lsp" | "coc",
diagnostics_update_in_insert = false,
offsets = { { filetype = "NvimTree", text = "File Explorer", padding = 1 } },
-- offsets = { { filetype = "NvimTree", text = "File Explorer", padding = 1 } },
offsets = { { filetype = "neo-tree", text = "File Explorer", padding = 1 } },
separator_style = "thin", -- | "thick" | "thin" | { 'any', 'any' },
always_show_bufferline = true,
sort_by = "insert_at_end"