mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
14 lines
265 B
Lua
14 lines
265 B
Lua
return {
|
|
-- Set lualine as statusline
|
|
'nvim-lualine/lualine.nvim',
|
|
-- See `:help lualine.txt`
|
|
opts = {
|
|
options = {
|
|
icons_enabled = false,
|
|
theme = 'tokyonight',
|
|
component_separators = '|',
|
|
section_separators = '',
|
|
},
|
|
},
|
|
}
|
|
|