Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 116 forks source link

Set delimitMate_nesting_quotes for Python by default #295

Closed ypid closed 3 years ago

ypid commented 3 years ago

I propose to make this the default. A GitHub search shows that 681 people have this in their dotfiles .vimrc anyway.

https://github.com/search?q=python+let+b%3AdelimitMate_nesting_quotes&type=code

Closes: #173