chore: modify lazy loading of (currently unused) icon-picker
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
'ziontee113/icon-picker.nvim',
|
'ziontee113/icon-picker.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'stevearc/dressing.nvim',
|
'stevearc/dressing.nvim',
|
||||||
},
|
},
|
||||||
event = { 'BufReadPre', 'BufNewFile' },
|
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
|
||||||
opts = {
|
opts = {
|
||||||
disable_legacy_commands = true,
|
disable_legacy_commands = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user