From 11951ab7660595485b4694e5a90657c26b37e697 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 13 Jun 2025 15:25:03 +0200 Subject: Add hardtime.nvim --- nvim/lua/custom/plugins/motions.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nvim/lua/custom/plugins/motions.lua (limited to 'nvim/lua/custom/plugins/motions.lua') diff --git a/nvim/lua/custom/plugins/motions.lua b/nvim/lua/custom/plugins/motions.lua new file mode 100644 index 0000000..6c30e13 --- /dev/null +++ b/nvim/lua/custom/plugins/motions.lua @@ -0,0 +1,8 @@ +return { + { + 'm4xshen/hardtime.nvim', + lazy = false, + dependencies = { 'MunifTanjim/nui.nvim' }, + opts = {}, + }, +} -- cgit v1.2.3