blob: f54393fa37dd7322f8a96cc093ddc575c91b7547 (
plain)
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 = '',
},
},
}
|