We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 915a767 + 3db7f24 commit 3498c2fCopy full SHA for 3498c2f
README.md
@@ -9,7 +9,11 @@ See https://github.com/valyala/quicktemplate/
9
10
#### Install
11
12
-* Using pathogen:
+##### Using pathogen:
13
14
- cd ~/.vim/bundle && git clone github.com/warbear0129/vim-qtpl
+ cd ~/.vim/bundle && git clone github.com/codelitt/vim-qtpl
15
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
@@ -0,0 +1 @@
1
+au BufNewFile,BufRead *.qtpl set filetype=qtpl
plugin/qtpl.vim renamed to syntax/qtpl.vim
0 commit comments