For example, if I’m in an html file and it type < then tab, I’ll get a list of !doctypes that I can use. However "<!DOCTYPE html>" is not included, and I would like to add it. How do I go about doing this?
For example, if I’m in an html file and it type < then tab,
Share
Take a look at this repo for html5 omnicompletion.
Alternatively, you can copy
$VIMRUNTIME/autoload/htmlcomplete.vimto your~/.vim/autoloadfolder and edit it there. This will override it with your custom file.