mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Remove lazy commands handler that already exist before load
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
return {
|
||||
{
|
||||
"conform.nvim",
|
||||
cmd = "ConformInfo",
|
||||
keys = {
|
||||
{
|
||||
"<leader>e",
|
||||
|
||||
@@ -119,7 +119,6 @@ return {
|
||||
keys = {
|
||||
{ "<leader>zz", "<cmd>ZenMode<cr>", desc = "Toogle zen mode" },
|
||||
},
|
||||
cmd = "ZenMode",
|
||||
after = function()
|
||||
require("zen-mode").setup()
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user