docs
This commit is contained in:
parent
f72e185c8a
commit
a999d93fd2
@ -23,7 +23,9 @@
|
|||||||
Bundle "git://git.wincent.com/command-t.git"
|
Bundle "git://git.wincent.com/command-t.git"
|
||||||
" ...
|
" ...
|
||||||
|
|
||||||
" NOTE: if some plugins fail to work, put the config *before* line:
|
" NOTE: if some plugins fail to work, put the config *between* lines:
|
||||||
|
" filetype off
|
||||||
|
" "Bundles here
|
||||||
" filetype plugin indent on
|
" filetype plugin indent on
|
||||||
|
|
||||||
3. Install configured bundles:
|
3. Install configured bundles:
|
||||||
|
@ -58,6 +58,11 @@ in order to install/search [all available vim scripts]
|
|||||||
Bundle "git://git.wincent.com/command-t.git"
|
Bundle "git://git.wincent.com/command-t.git"
|
||||||
" ...
|
" ...
|
||||||
|
|
||||||
|
" NOTE: if some plugins fail to work, put the config *between* lines:
|
||||||
|
" filetype off
|
||||||
|
" "Bundles here
|
||||||
|
" filetype plugin indent on
|
||||||
|
|
||||||
3) Install configured bundles:
|
3) Install configured bundles:
|
||||||
|
|
||||||
Launch `vim`, run >
|
Launch `vim`, run >
|
||||||
|
Loading…
Reference in New Issue
Block a user