diff options
| author | Ahmed Abdelhalim <[email protected]> | 2017-11-08 14:56:18 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2017-11-08 14:56:18 +0200 |
| commit | fe004f55f608785050d6c82edd6271fe65a6555a (patch) | |
| tree | 11344300352fa960767470f1a4cbe4d8f50cc58c /.vimrc | |
| parent | 51baa2514c5d8f710874bf67e980f1ab1ce2ad07 (diff) | |
Update the plugin tool and add vue vim plugin
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Plug 'majutsushi/tagbar' Plug 'nathanaelkane/vim-indent-guides' Plug 'mhinz/vim-startify' Plug 'ElmCast/elm-vim', { 'for': 'elm' } +Plug 'posva/vim-vue', { 'for': ['js', 'vue'] } call plug#end() syntax on filetype plugin indent on |
