kickstart.nvim/after/plugin/lualine.lua

14 lines
318 B
Lua
Raw Normal View History

2023-04-18 02:00:29 +01:00
require('lualine').setup {
options = {
theme = 'tokyonight',
2023-05-25 19:02:11 +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',
},
}