Files
dotfiles/.config/nvim/lua/plugins/icon-picker.lua
T

11 lines
230 B
Lua

return {
'ziontee113/icon-picker.nvim',
dependencies = {
'stevearc/dressing.nvim',
},
cmd = { 'IconPickerNormal', 'IconPickerYank', 'IconPickerInsert' },
opts = {
disable_legacy_commands = true,
},
}