diff --git a/lua/lazy-configure.lua b/lua/lazy-configure.lua index ebd78aa..1c1b550 100644 --- a/lua/lazy-configure.lua +++ b/lua/lazy-configure.lua @@ -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 = " ", + } }, },