Merge pull request #657 from michamos/master

Add vim-plug override
This commit is contained in:
Bailey Ling 2014-11-25 21:11:42 -05:00
commit a323b5ba3d
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ let s:filetype_overrides = {
\ 'vimfiler': [ 'vimfiler', '%{vimfiler#get_status_string()}' ],
\ 'minibufexpl': [ 'MiniBufExplorer', '' ],
\ 'startify': [ 'startify', '' ],
\ 'vim-plug': [ 'Plugins', '' ],
\ }
let s:filetype_regex_overrides = {}