neovim-config/lua/plugins/lualine.lua
2023-09-02 18:48:46 +02:00

14 lines
303 B
Lua

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