diff --git a/.config/nvim/lua/plugins/icon-picker.lua b/.config/nvim/lua/plugins/icon-picker.lua index 6f67a43..f618202 100644 --- a/.config/nvim/lua/plugins/icon-picker.lua +++ b/.config/nvim/lua/plugins/icon-picker.lua @@ -1,10 +1,10 @@ return { - 'ziontee113/icon-picker.nvim', - dependencies = { - 'stevearc/dressing.nvim', - }, - event = { 'BufReadPre', 'BufNewFile' }, - opts = { - disable_legacy_commands = true, - }, -} \ No newline at end of file + 'ziontee113/icon-picker.nvim', + dependencies = { + 'stevearc/dressing.nvim', + }, + cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' }, + opts = { + disable_legacy_commands = true, + }, +}