Skip to content

Ralph-Wang/vimrc

 
 

Repository files navigation

My vimrc Setting

Requirements

vim version

8.1

Tools

Python packages

[sudo] pip install isort autopep8 flake8

Node pacakges

[sudo] npm install -g jshint instant-markdown-d

Install

git clone --recursive https://github.com/Ralph-Wang/vimrc ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
vim +PlugInstall +qall

install ycm

cd ~/.vim_runtime/bundle/YouCompleteMe
python install.py --all # or specify the language you need

About

Based on amix/vimrc, but use Vundle insdead of pathogen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.0%
  • Other 1.0%