set nocompatible " load match-up let s:path = simplify(expand(':h').'/../../..') let &rtp = s:path.',' . &rtp let &rtp .= ','.s:path.'/after' filetype plugin indent on syntax enable " match-up options go here let g:matchup_matchpref = { \ 'html': { 'tagnameonly': 1, }, \ 'vue': { 'tagnameonly': 1, }, \}