mirror of
https://github.com/ershisan99/kickstart.nvim.git
synced 2025-12-18 12:33:35 +00:00
Refactor theme and status line into their own file
This commit is contained in:
14
lua/kickstart/plugins/statusline.lua
Normal file
14
lua/kickstart/plugins/statusline.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
-- Set lualine as statusline
|
||||
'nvim-lualine/lualine.nvim',
|
||||
-- See `:help lualine.txt`
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = 'tokyonight',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user