kickstart.nvim/after/plugin/lualine.lua

14 lines
310 B
Lua
Raw Normal View History

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 = {
'toggleterm',
'trouble',
'neo-tree',
'nvim-dap-ui',
},
}