mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(lualine): fixed nei-tree extension (#132)
This commit is contained in:
parent
5ac9938cc8
commit
835f77f3be
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ return {
|
|||
end,
|
||||
},
|
||||
},
|
||||
extensions = { "nvim-tree" },
|
||||
extensions = { "neo-tree" },
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue