amix / vimrc

The ultimate Vim configuration (vimrc)
MIT License
30.71k stars 7.3k forks source link

Problem disabling autocomplete quotation marks and brackets #742

Closed thequinn closed 10 months ago

thequinn commented 1 year ago

I love your Awesome VIM config, and it has been a great experience using it. The only thing that I really need to disable is the autocomplete function to complete a closing quotation mark and bracket when I insert a left one. Would you please add the choice or instruction to disable it? I see many people prefer not to have this function enabled, but they can't figure out how to change the default mapping in the config file, extended.vim. Thanks a lot!

amix commented 10 months ago

In my_configs.vim add the following to disable auto pairs:

let g:AutoPairs = {}