fix indentation

This commit is contained in:
Oliver Ladner 2023-11-24 17:40:00 +01:00
commit 00e4d34f5f
10 changed files with 169 additions and 164 deletions

View file

@ -1,13 +1,15 @@
-- status line like vim-airline
return {
"nvim-lualine/lualine.nvim",
opts = {
options = {
icons_enabled = true,
theme = 'auto',
--component_separators = '⋮',
component_separators = '',
section_separators = { left = '', right = '' },
},
},
"nvim-lualine/lualine.nvim",
opts = {
options = {
icons_enabled = true,
theme = 'auto',
--component_separators = '⋮',
component_separators = '',
--section_separators = { left = '', right = '' },
--section_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
},
},
}