Fabrice Mouhartem 2023-12-26 16:56:07 +01:00
parent 0ebd500c03
commit 7b66e26511
1 changed files with 7 additions and 1 deletions

View File

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