🐛 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 {
|
return {
|
||||||
"ziontee113/icon-picker.nvim",
|
"ziontee113/icon-picker.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
disable_legacy_commands = true,
|
disable_legacy_commands = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue