Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.

Home Page:http://www.vim.org/scripts/script.php?script_id=2754

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exclude character from delimiters

chiguiredev opened this issue · comments

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.

See :help 'delimitMate_matchpairs'

OMG thank you.