diff --git a/init.lua b/init.lua index 984b76bf..b6ce0a85 100644 --- a/init.lua +++ b/init.lua @@ -890,7 +890,7 @@ require('lazy').setup({ ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table - --[[ icons = vim.g.have_nerd_font and {} or { + icons = vim.g.have_nerd_font and {} or { cmd = '⌘', config = '🛠', event = '📅', @@ -904,8 +904,7 @@ require('lazy').setup({ start = '🚀', task = '📌', lazy = '💤 ', - }, ]] - -- + }, }, })