mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02: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
Add a link
Reference in a new issue