2023-04-18 02:00:29 +01:00
|
|
|
require('lualine').setup {
|
|
|
|
options = {
|
|
|
|
theme = 'tokyonight',
|
2023-06-12 18:09:40 +01:00
|
|
|
component_separators = { left = '|', right = '|' },
|
|
|
|
section_separators = { left = ' ', right = ' ' },
|
2023-04-18 02:00:29 +01:00
|
|
|
},
|
|
|
|
extensions = {
|
|
|
|
'trouble',
|
|
|
|
'neo-tree',
|
|
|
|
'nvim-dap-ui',
|
|
|
|
},
|
|
|
|
}
|