Skip to content

Commit eacad01

Browse files
author
imotai
committed
feat: update template plugin
1 parent 054e9c2 commit eacad01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

set_vim.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ mv ~/.vimrc ~/.vimrc.orig
44
cp -rf vim ~/.vim
55
ln -s ~/.vim/vimrc ~/.vimrc
66
echo "config vim ok , please run PluginInstal in vim!"
7+

vim/vundles.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Plugin 'Lokaltog/vim-easymotion'
2121

2222
" Fast editing
2323

24-
Plugin 'aperezdc/vim-template'
24+
Plugin 'imotai/vim-template'
2525
Plugin 'tpope/vim-surround'
2626
Plugin 'scrooloose/nerdcommenter'
2727
Plugin 'sjl/gundo.vim'

0 commit comments

Comments
 (0)