mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +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,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
extensions = { "nvim-tree" },
|
extensions = { "neo-tree" },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue