Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 371 Bytes

Install 🚀

$ ssh-keygen -t rsa -C "[email protected]"
$ ssh -T [email protected]
$ cd ~/dotfiles
$ git clone
$ ./dotfiles.sh
$ vimr

It requires Vim 7.3.885 or above and "if_lua" enabled Vim.

For Mac OS X Version 10.11

$ vim --version | grep lua
$ brew uninstall vim
$ brew update
$ brew options vim | grep lua
$ brew install vim --with-lua