Loading dotrc/.vim/vimrc/bundles.vim +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading dotrc/.vim/vimrc/filetypes.vim +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
dotrc/.vim/vimrc/bundles.vim +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
dotrc/.vim/vimrc/filetypes.vim +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading