🚀 perf(nvim): dressng is now only a dependency for icon picker

This commit is contained in:
Sergio Laín 2023-12-14 11:26:14 +01:00
parent 5c3ef99797
commit bc7a5cb68e
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,6 @@
return { return {
"ziontee113/icon-picker.nvim", "ziontee113/icon-picker.nvim",
dependencies = { dependencies = {
"nvim-telescope/telescope.nvim",
"stevearc/dressing.nvim", "stevearc/dressing.nvim",
}, },
opts = { opts = {

View file

@ -92,10 +92,6 @@ return {
}, },
}, },
}, },
{
"stevearc/dressing.nvim",
opts = {},
},
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
opts = { opts = {