From ca85833670b939852bf7f7ebf92c8b8b1668634a Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Mon, 5 Feb 2024 15:00:21 +0100 Subject: [PATCH] ich hasse debug --- lua/custom/plugins.lua | 11 ----------- 1 file changed, 11 deletions(-) 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