Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 596 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 596 Bytes

Requirements

Installation

git clone https://github.com/jeffrey4l/vimfiles.git ~/.vim
ln -s ~/.vim/init.vim ~/.vimrc
cd ~/.vim
make

# install YouCompleteMe
cd ~/.vim/plugged/YouCompleteMe/
python install.py

Install for Archlinux

pacman -S ctags the_silver_searcher cscope powerline-fonts
yaourt -S markdown2ctags

# for golang
yaourt -S gotags