guoshencheng / vimrc

my vim custom configure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guoshencheng's vimrc

it's my custom vimrc. vimrc is a configration file to control your vim. here is my open source verion.

中文版本

dependency

  • vundle - it is a good vim plugin manager
  • fzf fuzzy search tool. I loved it to crazy!
  • fd a good replace of mac origin find

install

  • install vundle
  • install fzf
  • install fd
  • clone this repository
  • cd to this repository
  • exec sh ./restore.sh
  • exec vim ~/.vimrc
  • exec :PluginInstall and wating download
  • install YCM as doc
  • enjoy your self

About

my vim custom configure


Languages

Language:Vim Script 71.8%Language:Shell 28.2%