ich hasse debug

This commit is contained in:
Christoph J. Scherr 2024-02-05 15:00:21 +01:00
parent b3fc64dd48
commit ca85833670
1 changed files with 0 additions and 11 deletions

View File

@ -716,17 +716,6 @@ local plugins = {
"hrsh7th/nvim-cmp",
enabled = not vim.g.started_by_firenvim,
},
{
"ziontee113/icon-picker.nvim",
keys = {
{ "<C-I>", "<cmd>IconPickerNormal<CR>", desc = "pick icon" },
{ "y<C-I>", "<cmd>IconPickerYank<CR>", desc = "yank icon" },
},
cmd = { "IconPickerInsert", "IconPickerYank", "IconPickerNormal" },
config = function()
require("icon-picker").setup { disable_legacy_commands = true }
end,
},
}
return plugins