12 lines
258 B
Lua
12 lines
258 B
Lua
return {
|
|
"mawkler/demicolon.nvim",
|
|
dependenies = {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
|
},
|
|
opts = {
|
|
keymaps = {
|
|
repeat_motions = "stateful",
|
|
},
|
|
},
|
|
}
|