chore: modify lazy loading of (currently unused) icon-picker

This commit is contained in:
2024-11-30 14:38:52 -05:00
parent aec2e1f3cb
commit 9f21bd1d0f
+1 -1
View File
@@ -3,7 +3,7 @@ return {
dependencies = {
'stevearc/dressing.nvim',
},
event = { 'BufReadPre', 'BufNewFile' },
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
opts = {
disable_legacy_commands = true,
},