summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2017-11-08 14:56:18 +0200
committerAhmed Abdelhalim <[email protected]>2017-11-08 14:56:18 +0200
commitfe004f55f608785050d6c82edd6271fe65a6555a (patch)
tree11344300352fa960767470f1a4cbe4d8f50cc58c /.vimrc
parent51baa2514c5d8f710874bf67e980f1ab1ce2ad07 (diff)
Update the plugin tool and add vue vim plugin
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 5cc54d6..96379b4 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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