split up init.lua

This commit is contained in:
Thomas Ruoff
2024-03-26 22:03:40 +01:00
parent 62cea2a4ec
commit a50a611e02
23 changed files with 680 additions and 1376 deletions

View File

@@ -0,0 +1,10 @@
return {
'nvim-lualine/lualine.nvim',
opts = {
options = {
theme = 'auto',
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
},
},
}