neovim: Disable autopair moveright to prevent closer reuse
This commit is contained in:
parent
71d8737447
commit
b7b7f1e3d2
1 changed files with 1 additions and 0 deletions
|
|
@ -273,6 +273,7 @@ plugins = {
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
opts = {
|
opts = {
|
||||||
map_cr = true,
|
map_cr = true,
|
||||||
|
enable_moveright = false,
|
||||||
enable_check_bracket_line = true,
|
enable_check_bracket_line = true,
|
||||||
check_ts = true,
|
check_ts = true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue