1
0
Fork 0

neovim: Disable autopair moveright to prevent closer reuse

This commit is contained in:
Jeremy Kaplan 2023-05-22 21:21:34 -07:00
commit b7b7f1e3d2

View file

@ -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,
}, },