mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
split up init.lua
This commit is contained in:
10
lua/plugins/statusline.lua
Normal file
10
lua/plugins/statusline.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
opts = {
|
||||
options = {
|
||||
theme = 'auto',
|
||||
component_separators = { left = '', right = '' },
|
||||
section_separators = { left = '', right = '' },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user