From 7e2d5762e2f9c7a88c8f4526414e5881fb2b8716 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sat, 27 May 2017 10:59:57 +0100 Subject: [PATCH] vim templates added --- vim/vimrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.