Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding issue in documenation #2

Open
anpieber opened this issue Nov 2, 2010 · 6 comments
Open

Understanding issue in documenation #2

anpieber opened this issue Nov 2, 2010 · 6 comments

Comments

@anpieber
Copy link
Contributor

anpieber commented Nov 2, 2010

I'm not sure about this line in the documentation:

ln -s ~/.vim/vimrc ~/.vimrc

Is there any way I can keep my old vimrc file? Do I have to merge them?

@MSch
Copy link
Owner

MSch commented Nov 2, 2010

you have to merge them. but the supplied vimrc is rather small, so that should be easy.

The important lines are

call pathogen#runtime_append_all_bundles()
source $HOME/.vim/filetypes
source $HOME/.vim/gui
source $HOME/.vim/bindings
source $HOME/.vim/editing

@anpieber
Copy link
Contributor Author

anpieber commented Nov 2, 2010

ok got that, but in that context another thing: y is ack.vim a precondition? You've referenced it anyway ad bundle. The only pre-condition is ack-grep, isn't it?

@MSch
Copy link
Owner

MSch commented Nov 2, 2010

True. I'll fix that.

@MSch
Copy link
Owner

MSch commented Nov 2, 2010

Ok, I also added instructions for command-t. Do you think they are clear enough?

@anpieber
Copy link
Contributor Author

anpieber commented Nov 2, 2010

  1. install rvm first :)
  2. TBH I'm completely lost for the moment. It would be really great if you provide some general anchors in the documentation: something like:

this is a collection of plugins to "convert" vim into a ror ide...
it uses the following plugins...
after installing you can do the following (among many other things which can be found in the documentation of the corresponding plugins...)

I think you did a really great job here, but without a little bit more documentation its really hard to find out where to start :)

thank you very much for helping me!

@anpieber
Copy link
Contributor Author

anpieber commented Nov 4, 2010

another question about the documentation: What is rvm. Archlinux gives me this [1], but I don't think that you mean this one :)

[1] http://aur.archlinux.org/packages.php?ID=10027

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants