This commit is contained in:
christoph 2024-04-06 20:49:12 +02:00
parent 99ce104a81
commit 35cad4a01a
2 changed files with 21 additions and 7 deletions

View file

@ -0,0 +1,14 @@
return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
config = function()
require('lualine').setup {
options = {
-- component_separators = { left = '', right = '' },
-- section_separators = { left = '', right = '' },
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
},
}
end,
}