diff --git a/vim/vimrc b/vim/vimrc index 0426bd2..c65b16e 100755 --- a/vim/vimrc +++ b/vim/vimrc @@ -495,7 +495,17 @@ if filereadable(expand('~/.vim/bundle/Vundle.vim/README.md')) Plugin 'vishap/cf5-compile' map ac :call CF5CompileOnly() map ar :call CF5CompileAndRun() - + + " + " Provide templates + " + Plugin 'aperezdc/vim-template' + "let g:templates_no_autocmd = 1 + let g:templates_no_builtin_templates = 1 + " + " Local vimrc + " + Plugin 'embear/vim-localvimrc' " " Comment code.