🐛 fix(nvim): load telescope with icon-picker

This commit is contained in:
Sergio Laín 2023-12-01 11:38:48 +01:00
parent 3a92a180cb
commit a203f2fac0
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,5 +1,8 @@
return { return {
"ziontee113/icon-picker.nvim", "ziontee113/icon-picker.nvim",
dependencies = {
"nvim-telescope/telescope.nvim",
},
opts = { opts = {
disable_legacy_commands = true, disable_legacy_commands = true,
}, },