Remove lazy commands handler that already exist before load

This commit is contained in:
2025-01-03 18:26:18 +01:00
parent 59ec639395
commit 4c76f8759f
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
return {
{
"conform.nvim",
cmd = "ConformInfo",
keys = {
{
"<leader>e",

View File

@@ -119,7 +119,6 @@ return {
keys = {
{ "<leader>zz", "<cmd>ZenMode<cr>", desc = "Toogle zen mode" },
},
cmd = "ZenMode",
after = function()
require("zen-mode").setup()
end,