nvim-config/lua/custom/plugins/lualine.lua
2024-05-31 16:53:26 +02:00

14 lines
273 B
Lua

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