From 0372ee21c0db637f7beddf437486bd74ace26cae Mon Sep 17 00:00:00 2001 From: phucisstupid <125681538+phucisstupid@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:54:28 +0700 Subject: [PATCH] update plugins --- lua/lazyvim/plugins/extras/workflow/hardtime.lua | 10 +--------- lua/lazyvim/plugins/extras/workflow/precognition.lua | 5 +---- 2 files changed, 2 insertions(+), 13 deletions(-) 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", - }, }, }