From 4353f79bc8df52a2108bc478a9d4055f1433a45f Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 15 Oct 2023 23:25:59 +0200 Subject: Installed hardtime.nvim --- lua/user/pack.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/user') diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 72f75ee..0e90037 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -237,6 +237,12 @@ return packer.startup(function(use) }, }) use('kawre/leetcode.nvim') + use({ + 'm4xshen/hardtime.nvim', + config = function() + require('hardtime').setup() + end, + }) -- Colorschemes use('bluz71/vim-nightfly-guicolors') -- cgit v1.2.3