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

Is there a way to ignore quotes completely? #146

Closed ShayAllenHill closed 10 years ago

ShayAllenHill commented 10 years ago

This would solve a lot of issues. I just want to stop all attempts to guess where I want quotes. I've tried delimitMate_quotes = ""

no luck.

Raimondi commented 10 years ago

It works here, I'm using this line in my vimrc:

let delimitMate_quotes = ''
Raimondi commented 10 years ago

By "It works here" I meant that quotes are completely ignored. Not sure what you're after.