Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.03 KB

How to Use

Prerequisites

Vim80 compiled with python support:

cd vim/src/
./configure --enable-pythoninterp
make
make install

Installation

After cloning the repository with recursion, symlink vimrc file:

ln -s .vim/vimrc .vimrc

Then launch Vim, run <leader>p(leader key remapped to comma) to install plugins with Vundle.

Plugin YouCompleteMe needs additional compiling:

cd .vim/bundle/YouCompleteMe
python install.py

Markdown

Markdown file can be rendered and auto-refreshed on write, which relies on pandoc and browser-sync:

brew install pandoc node.js
npm install -g browser-sync

Seamless Chinese Input

Avoid interruption from input method when inputting Chinese. Follow fcitx-remote-for-osx to configure.

brew install fcitx-remote-for-osx