change demicolon to stateful repeat mapping

This commit is contained in:
Martin Larsson 2026-03-20 01:11:29 +01:00
parent ef7e706f19
commit 354c451e37

View file

@ -4,5 +4,9 @@ return {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
"nvim-treesitter/nvim-treesitter-textobjects", "nvim-treesitter/nvim-treesitter-textobjects",
}, },
opts = {}, opts = {
keymaps = {
repeat_motions = "stateful",
},
},
} }