mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 21:58:36 +02:00
Refactor theme and status line into their own file
This commit is contained in:
parent
e15e7f4bda
commit
cdaa750c86
4 changed files with 33 additions and 34 deletions
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 = '',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue