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

How to use this #3

Open
mohanen opened this issue Dec 4, 2017 · 4 comments
Open

How to use this #3

mohanen opened this issue Dec 4, 2017 · 4 comments

Comments

@mohanen
Copy link

mohanen commented Dec 4, 2017

I have always been the IDE guy, never preferred vim. After looking you blog i thought i would give it go.
But don't know what to do with the cloned files.
should i link them to home or what

@astral451
Copy link

I also am attempting to use this, however in the clone and .zip download I noticed the .vim files under Bundle package are all 'folders.' and they won't load. I'm wondering if there is a need for the downloading and installation of the plugins directly. Anyway it seems really promising, just struggling to get it to work. FYI I'm a big NOOB when it comes to VIM and GIT so double+hard.

@mohanen
Copy link
Author

mohanen commented Jan 4, 2018

It's uses vundle for package management. You just need bundle to install all the plugins . Look into vundle for more info

@JohnRandom
Copy link

JohnRandom commented Jan 4, 2018

Yeah, this isn’t so obvious at the first glance. All the plugins in the vim/bundle/ directory are empty. This is because they are all git repositories themselves and as such, git doesn’t commit its contents.

You also have to symlink the contents of this repo to your dotfiles. For the VIM stuff to work, you have to at least link
.vimrc -> <path/to/repo>/vimrc
and
.vim -> <path/to/repo>/vim
Then, you have to
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
yourself. This being done, you can open Vim and :PluginInstall, to automatically install all the plugins in .vimrc.

This made it work for me, but it isn’t straight forward in any fashion for new comers. For more information look into https://github.com/VundleVim/Vundle.vim.

@astral451
Copy link

I found a tid-bit on the vundle installation here as well.
http://www.gmarik.info/blog/2011/chicken-or-egg-dilemma/

I used
vim -u _vimrc +BundleInstall +qall

Since I'm on Windows I had to make a "_vimrc" file and a folder "vimfiles" Took some work, but I think it's installing now.

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

3 participants