11 lines
230 B
Lua
11 lines
230 B
Lua
return {
|
|
'ziontee113/icon-picker.nvim',
|
|
dependencies = {
|
|
'stevearc/dressing.nvim',
|
|
},
|
|
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
|
|
opts = {
|
|
disable_legacy_commands = true,
|
|
},
|
|
}
|