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 117 forks source link

exclude character from delimiters #264

Closed chiguiredev closed 6 years ago

chiguiredev commented 6 years ago

When writing html files and using the plugin matchit witch close the html tag I get this <h1></h1>> when trying to type a html tag with a closing pair, I want to remove < from the list of delimiters so this won't happen.

Raimondi commented 6 years ago

See :help 'delimitMate_matchpairs'

chiguiredev commented 6 years ago

OMG thank you.