diff --git a/lua/lazyvim/plugins/extras/workflow/hardtime.lua b/lua/lazyvim/plugins/extras/workflow/hardtime.lua index 94e4efdf..a435557d 100644 --- a/lua/lazyvim/plugins/extras/workflow/hardtime.lua +++ b/lua/lazyvim/plugins/extras/workflow/hardtime.lua @@ -2,13 +2,5 @@ return { "m4xshen/hardtime.nvim", lazy = false, dependencies = { "MunifTanjim/nui.nvim" }, - opts = { - disabled_keys = { - [""] = { "", "i" }, - [""] = { "", "i" }, - [""] = { "", "i" }, - [""] = { "", "i" }, - [""] = { "", "i" }, - }, - }, + opts = {}, } diff --git a/lua/lazyvim/plugins/extras/workflow/precognition.lua b/lua/lazyvim/plugins/extras/workflow/precognition.lua index b83cc368..576a2474 100644 --- a/lua/lazyvim/plugins/extras/workflow/precognition.lua +++ b/lua/lazyvim/plugins/extras/workflow/precognition.lua @@ -1,12 +1,9 @@ return { "tris203/precognition.nvim", - --event = "VeryLazy", + event = "VeryLazy", opts = { startVisible = true, showBlankVirtLine = true, highlightColor = { link = "Comment" }, - disabled_fts = { - "startify", - }, }, }