add-plugin: demicolon.nvim
This commit is contained in:
parent
678ac0187e
commit
0a63ffbcf4
|
|
@ -0,0 +1,12 @@
|
||||||
|
return {
|
||||||
|
'mawkler/demicolon.nvim',
|
||||||
|
dependencies = {
|
||||||
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
keymaps = {
|
||||||
|
repeat_motions = 'stateful',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue