8000 GitHub - chenzhihui244/vimconfig: My vim configuration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chenzhihui244/vimconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My vim configuration

Install Vim:

$ sudo apt-get install vim

Install configuration

$ cd
$ rm -rf .vim .vimrc
$ git clone https://github.com/jarsonfang/vimconfig.git
$ ln -s vimconfig/vim .vim
$ ln -s vimconfig/vimrc .vimrc

Install Vundle plugin manager

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Install other plugins

Launch vim and run:PluginInstallcommand or run vim +PluginInstall +qall from command line directly. After done that, please go to https://github.com/Valloric/YouCompleteMe to see more about the installation of YouCompleteMe plugin.

Install powerline fonts

$ git clone https://github.com/powerline/fonts.git
$ cd fonts && ./install.sh

after powerline fonts installed, configure the terminal to use one of the powerline fonts.

Install dependencies for suan/vim-instant-markdown

$ sudo apt-get install xdg-utils curl nodejs-legacy npm
$ sudo npm -g install instant-markdown-d

References

  1. http://easwy.com/blog/archives/advanced-vim-skills-catalog/
  2. http://blog.csdn.net/wooin/article/details/1858917
  3. http://blog.csdn.net/wooin/article/details/2004470
  4. http://www.cnblogs.com/zhongcq/p/3642794.html
  5. http://blog.csdn.net/fivedoumi/article/details/50594348

About

My vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 95.5%
  • Python 4.5%
0