From 1220cbf85f379b13063653919520c573aa2e0d4a Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 13 Jul 2026 15:05:40 +0200 Subject: [PATCH] feat: disable hardtime-nvim plugin --- lua/community.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/community.lua b/lua/community.lua index 9e47abf..71d17c2 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -60,7 +60,7 @@ return { -- Individual plugins (misc) - { import = "astrocommunity.workflow.hardtime-nvim" }, -- Display hints to get rid of bad habits + -- { import = "astrocommunity.workflow.hardtime-nvim" }, -- Display hints to get rid of bad habits { import = "astrocommunity.diagnostics.trouble-nvim" }, { import = "astrocommunity.editing-support.nvim-devdocs" }, { import = "astrocommunity.git.diffview-nvim" },