Fabrice Mouhartem 2023-12-26 16:56:07 +01:00
parent 0ebd500c03
commit 7b66e26511

View File

@ -140,11 +140,17 @@ require('lazy').setup({
-- See `:help lualine.txt` -- See `:help lualine.txt`
opts = { opts = {
options = { options = {
icons_enabled = false, icons_enabled = true,
theme = 'rose-pine', theme = 'rose-pine',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },
symbols = {
error = "",
warn = "",
info = "",
hint = "",
}
}, },
}, },