1 2 3 4 5 6 7 8 9 10 11 12 13 14
return { -- Set lualine as statusline 'nvim-lualine/lualine.nvim', -- See `:help lualine.txt` opts = { options = { icons_enabled = false, theme = 'tokyonight', component_separators = '|', section_separators = '', }, }, }