Skip to content

Commit 3498c2f

Browse files
authored
Merge pull request #2 from codelitt/master
Update plugin to work with most vim setups
2 parents 915a767 + 3db7f24 commit 3498c2f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ See https://github.com/valyala/quicktemplate/
99

1010
#### Install
1111

12-
* Using pathogen:
12+
##### Using pathogen:
1313

14-
cd ~/.vim/bundle && git clone github.com/warbear0129/vim-qtpl
14+
cd ~/.vim/bundle && git clone github.com/codelitt/vim-qtpl
1515

16+
##### Using Vundle
17+
18+
1. Add `Plugin 'codelitt/vim-qtpl'` to your [Vundle](https://github.com/VundleVim/Vundle.vim) packages
19+
2. Run `:BundleInstall`

ftdetect/qtpl.vim

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
au BufNewFile,BufRead *.qtpl set filetype=qtpl
File renamed without changes.

0 commit comments

Comments
 (0)