amix / vimrc

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

How do I turn off auto-pairs in my_configs.vim #726

Closed mattskanaut closed 1 year ago

mattskanaut commented 1 year ago

Firstly, can I say thank you! Your vimrc is truly awesome, and very appreciated.

One thing though, I can't work with autoclosing of quotes, brackets, anything. Is there an easy way of turning all that off in my_configs.vim without butchering the plugins directory? I tried adding "call AutoPairsToggle()", but that didn't work. I also tried adding

let g:pathogen_disabled = [] call add(g:pathogen_disabled, 'auto-pairs')

to my_configs.vim

I'm no vimrc expert, so sorry if this is obvious, but how can I do this easily?

ahberg commented 1 year ago

https://github.com/amix/vimrc/issues/670

amix commented 1 year ago

You could just remove the directory, e.g.,:

rm -rf ~/.vim_runtime/sources_non_forked/auto-pairs