Skip to content

ifahrentholz/vim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Please take a look at the new VIMStorm IDE setup


Installation

$ git clone https://github.com/ifahrentholz/vim-setup.git ~/.vim/
$ ln -s ~/.vim/vimrc ~/.vimrc
$ ln -s ~/.vim/.jshintrc ~/.jshintrc

Start VIM and install bundles

PluginInstall

Setup Syntastic-File Checkers

npm install -g csslint
npm install -g jshint

Setup TernJS

cd ~/.vim/bundle/tern_for_vim
npm install

Setup YouCompleteMe

brew install cmake
cd ~/.vim/bundle/YouCompleteMe
./install.sh --system-boost

About

My vim setup for mac computers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published