diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 596a7cb..410a076 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -716,17 +716,6 @@ local plugins = { "hrsh7th/nvim-cmp", enabled = not vim.g.started_by_firenvim, }, - { - "ziontee113/icon-picker.nvim", - keys = { - { "", "IconPickerNormal", desc = "pick icon" }, - { "y", "IconPickerYank", desc = "yank icon" }, - }, - cmd = { "IconPickerInsert", "IconPickerYank", "IconPickerNormal" }, - config = function() - require("icon-picker").setup { disable_legacy_commands = true } - end, - }, } return plugins