2023-09-16 18:46:35 +01:00

13 lines
229 B
Lua

return {
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = true,
theme = 'codedark',
component_separators = '|',
section_separators = '',
},
},
}