go717franciswang / vim-config

command line setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import submodules for the first time

git submodule init
git submodule update

# or the following if system does not have certificates installed:
# env GIT_SSL_NO_VERIFY=true git submodule update

Create soft links to config files

mv vim-config .vim
cd .vim
ln -s `realpath .vimrc` ../.vimrc
ln -s `realpath .tmux.conf` ../.tmux.conf

Misc

  • Tsuquyomi plugin requires nodejs typescript engine, and vimproc
  • vimproc plugin requires compilation. Run make after pulling the repo.

About

command line setup


Languages

Language:Vim Script 97.6%Language:Ruby 2.2%Language:C 0.1%Language:Shell 0.0%Language:Makefile 0.0%