move ui stuff

This commit is contained in:
zolinthecow 2024-11-12 22:55:36 +00:00
parent c4dca3f7dd
commit 5fc28dadf5
2 changed files with 20 additions and 20 deletions

View file

@ -81,24 +81,4 @@ return {
{
'prisma/vim-prisma',
},
}, {
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 {
cmd = '',
config = '🛠',
event = '📅',
ft = '📂',
init = '',
keys = '🗝',
plugin = '🔌',
runtime = '💻',
require = '🌙',
source = '📄',
start = '🚀',
task = '📌',
lazy = '💤 ',
},
},
}