change demicolon to stateful repeat mapping
This commit is contained in:
parent
ef7e706f19
commit
354c451e37
1 changed files with 5 additions and 1 deletions
|
|
@ -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",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue