From 354c451e37d7b7a7eeba46b7fad48fae1a68b30c Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 20 Mar 2026 01:11:29 +0100 Subject: [PATCH] change demicolon to stateful repeat mapping --- nvim/lua/plugs/demicolon.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugs/demicolon.lua b/nvim/lua/plugs/demicolon.lua index 46ff72f..a20692e 100644 --- a/nvim/lua/plugs/demicolon.lua +++ b/nvim/lua/plugs/demicolon.lua @@ -4,5 +4,9 @@ return { "nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter-textobjects", }, - opts = {}, + opts = { + keymaps = { + repeat_motions = "stateful", + }, + }, }