switch from nvimtree to neotree
This commit is contained in:
parent
615e8a4aae
commit
690372bd88
13 changed files with 69 additions and 69 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue