From a145682406d75e81a2151c7d738d088eeae99aed Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Mon, 23 Jun 2025 22:42:31 -0700 Subject: add multicursor.nvim Adds multicursor functionality with https://github.com/jake-stewart/multicursor.nvim Modifies hardtime in order to work with multicursor --- dot-config/nvim/lua/plugins/hardtime.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'dot-config/nvim/lua/plugins/hardtime.lua') diff --git a/dot-config/nvim/lua/plugins/hardtime.lua b/dot-config/nvim/lua/plugins/hardtime.lua index 7e6837b..8e8078a 100644 --- a/dot-config/nvim/lua/plugins/hardtime.lua +++ b/dot-config/nvim/lua/plugins/hardtime.lua @@ -3,5 +3,14 @@ return { "m4xshen/hardtime.nvim", lazy = false, dependencies = { "MunifTanjim/nui.nvim" }, - opts = {}, + opts = { + -- re-enable + -- for use with mutlicursor.nvim + disabled_keys = { + [""] = false, + [""] = false, + [""] = false, + [""] = false, + }, + }, } -- cgit v1.3