nvim-config/lua/lornest/plugins/lualine.lua
2023-08-29 19:58:46 +01:00

12 lines
228 B
Lua

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