🐛 fix(nvim): load telescope with icon-picker
This commit is contained in:
parent
3a92a180cb
commit
a203f2fac0
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
return {
|
||||
"ziontee113/icon-picker.nvim",
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
opts = {
|
||||
disable_legacy_commands = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue