From 80d6cdddf287cf5f6055f2af564c4883a178b96b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 3 Apr 2020 11:23:59 +0200 Subject: [PATCH] Custom template path --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index bfa8279..ff8512f 100644 --- a/vimrc +++ b/vimrc @@ -145,7 +145,8 @@ let NERDCreateDefaultMappings=1 " Templates " """"""""""""""""" -let g:templates_directory=[$HOME.'/.vim/templates'] +" let g:templates_directory=[$HOME.'/.vim/templates'] +let g:templates_directory=[$HOME.'/.vim/templates', 'templates'] " """"""""""""""""" " Airline customizations