From b877d3a9a0e57ba70e90e00e27f1ee045c364d7c Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 5 Feb 2020 13:41:30 +0300 Subject: [PATCH] =?UTF-8?q?vim:=20templates:=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BF=D1=83=D1=82=D0=B8=20?= =?UTF-8?q?=D0=BA=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B0?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/nvim/+plugins/autoloadTemplate/plugin/autoloadTemplate.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/soft/nvim/+plugins/autoloadTemplate/plugin/autoloadTemplate.vim b/etc/soft/nvim/+plugins/autoloadTemplate/plugin/autoloadTemplate.vim index bd47eac..dca16b2 100644 --- a/etc/soft/nvim/+plugins/autoloadTemplate/plugin/autoloadTemplate.vim +++ b/etc/soft/nvim/+plugins/autoloadTemplate/plugin/autoloadTemplate.vim @@ -25,7 +25,7 @@ -let g:TemplatePath="~/.vim/template" +let g:TemplatePath="~/.config/nvim/template" augroup loadTemplate autocmd! @@ -59,4 +59,4 @@ au BufNewFile * execute "let b:IsNewFile=1" au BufNewFile * execute "doau loadTemplate FileType" -" vim: set ft=vim foldmethod=marker sw=4 ts=8: \ No newline at end of file +" vim: set ft=vim foldmethod=marker sw=4 ts=8: