nvim: the epic config restructure
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
-- lualine colorscheme
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
theme = "auto",
|
||||
section_separators = { "", "" },
|
||||
component_separators = { "", "" },
|
||||
},
|
||||
})
|
||||
return {
|
||||
"hoob3rt/lualine.nvim",
|
||||
config = function()
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
theme = "auto",
|
||||
section_separators = { "", "" },
|
||||
component_separators = { "", "" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user