vim-dist / webvim

WebVim is a vim based distribution targeting JavaScript and Web development
http://webvim.org
GNU General Public License v3.0
330 stars 34 forks source link

OSX Install #43

Open krampstudio opened 7 years ago

krampstudio commented 7 years ago

I don't have a Mac. I won't have a Mac. I won't use OSX. However if this is your situation (sorry), you can try to install webvim and report the steps you've made

SebastienElet commented 7 years ago

@krampstudio it was nice to see you yesterday at dotjs. In my opinion 90-95% of web developers use a mac then it's a must have contribution !

krampstudio commented 7 years ago

@SebastienElet you're right, this is why this issue exists, but I'll rely on a benevolent contributor for this.

PCreations commented 7 years ago

On OSX Sierra 10.12.2 I just did the following and it's working great :

npm install -g eslint csslint jshint jsonlint handlebars
git clone https://github.com/krampstudio/webvim.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
ln -s ~/.vim/.tern-project ~/.tern-project
vim
krampstudio commented 7 years ago

@PCreations that's great! how did you install vim on OSX ? with brew ?

PCreations commented 7 years ago

@krampstudio Yep, and I'm using iTerm2 (default terminal doesn't send correct keycodes).

helmutgranda commented 7 years ago

So you are pretty much installing some node packages and changing vimrc, easy enough.