merge init.lua

This commit is contained in:
Jack Koskie 2024-06-06 11:55:19 -04:00
commit 1b8badcd85
1 changed files with 2 additions and 3 deletions

View File

@ -890,7 +890,7 @@ require('lazy').setup({
ui = { ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the -- 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 -- 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 = '', cmd = '',
config = '🛠', config = '🛠',
event = '📅', event = '📅',
@ -904,8 +904,7 @@ require('lazy').setup({
start = '🚀', start = '🚀',
task = '📌', task = '📌',
lazy = '💤 ', lazy = '💤 ',
}, ]] },
--
}, },
}) })