renamed sources_non_forked folder to bundle
This commit is contained in:
parent
1b24133310
commit
a1339baae9
1424 changed files with 5 additions and 33 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
temp_dirs/undodir*
|
||||
sources_non_forked/ack.vim/.netrwhist
|
||||
bundle/ack.vim/.netrwhist
|
||||
temp_dirs/yankring_history_v2.txt
|
||||
sources_forked/yankring/doc/tags
|
||||
sources_non_forked/tlib/doc/tags
|
||||
my_configs.vim
|
||||
bundle/tlib/doc/tags
|
||||
tags
|
||||
|
|
|
@ -113,7 +113,7 @@ After you have installed the setup you can create **~/.vim_runtime/my_configs.vi
|
|||
You can also install your own plugins, for instance, via pathogen we can install [vim-rails](https://github.com/tpope/vim-rails):
|
||||
|
||||
cd ~/.vim_runtime
|
||||
git clone git://github.com/tpope/vim-rails.git sources_non_forked/vim-rails
|
||||
git clone git://github.com/tpope/vim-rails.git bundle/vim-rails
|
||||
|
||||
Now you have vim-rails installed ;-)
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue