Replace deprecated Bundle with Plugin

This commit is contained in:
Hendrik Lammers
2014-09-02 14:23:33 +02:00
parent fa7389a56b
commit 777312caaf

View File

@@ -35,7 +35,7 @@ NeoBundleLazy 'jelera/vim-javascript-syntax', {'autoload':{'filetypes':['javascr
add this line to your `.vimrc`
```vim
Bundle 'jelera/vim-javascript-syntax'
Plugin 'jelera/vim-javascript-syntax'
```
- Using [Pathogen](https://github.com/tpope/vim-pathogen),