mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
12 lines
226 B
Lua
12 lines
226 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-lualine/lualine.nvim",
|
||
|
opts = {
|
||
|
options = {
|
||
|
section_separators = { left = "", right = "" },
|
||
|
component_separators = { left = "", right = "" },
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|