Commit 26d3baf2 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

VimRC: Added Vue components support.

parent 889651eb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -157,6 +157,8 @@ if 1 == VimRCBundlesJavaScript
  Plugin 'moll/vim-node'
  " Coffee Script support
  Plugin 'kchmck/vim-coffee-script'
  " Vue components syntax
  Plugin 'posva/vim-vue'
endif

if 1 == VimRCBundlesRuby
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ autocmd FileType xml setlocal omnifunc=xmlcomplete#CompleteTags
autocmd FileType php                 setlocal omnifunc=phpcomplete#CompletePHP
autocmd FileType ruby                setlocal omnifunc=rubycomplete#Complete
autocmd FileType tex                 setlocal tw=80
autocmd FileType vue                 syntax sync fromstart

" Reset filetypes on special file extensions
autocmd BufNewFile,BufRead *.dump set filetype=sql