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

ZeyuMi/.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Pre-requirements##

  • git
  • Vim 7.3 or Vim 7.4, compiled with lua-interpreter support(--enable-luainterp=yes, :echo has("lua") should be 1)
  • Vundle

##How to Install##

Clone .vim repository

git clone https://github.com/cwndmiao/.vim && cd .vim/

Create symbolic link and swap directory

ln -s ~/.vim/vimrc ~/.vimrc mkdir -p ~/.vim/data/backup mkdir -p ~/.vim/data/swap

Install Vundle

git submodule init && git submodule update

Install other plugins

:BundleInstall!

##Recommended terminal and vim colorscheme##

##Recommended patched fonts for vim-airline plugin##

About

vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0