merge init.lua
This commit is contained in:
commit
1b8badcd85
5
init.lua
5
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 = '💤 ',
|
||||
}, ]]
|
||||
--
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue