Quan3Xin / Vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the vim configuration files for my vim.

How to use that

  • you need to copy Vundle Plugin manger to you local space.
  • copy the vimrc to user directory change name as .vimrc.
  • git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • Install Plugin...
  • Install ycm need cmake & clang, make sure you have it.
  • Input this command.
cd ~/.vim/YouCompleteMe/ && python3 install.py --clang-completer 

About


Languages

Language:Vim Script 52.7%Language:Python 47.3%