mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-09 11:13:49 +00:00
15 lines
265 B
Lua
15 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 = '',
|
|
},
|
|
},
|
|
}
|
|
|