commit d4206b98b1b6abec50bba8e260236ac1ce978701 parent 239e06dde3993cb97c8787ac2f2608034cdc1947 Author: Tomas Nemec <owl@gtms.dev> Date: Mon, 26 Jun 2023 23:28:34 +0200 update Diffstat:
A | after/plugin/hardtime.lua | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/after/plugin/hardtime.lua b/after/plugin/hardtime.lua @@ -0,0 +1,9 @@ +if not pcall(require, 'hardtime') then + return +end + +do + return +end + +require('hardtime').setup()