Skip to content

wj1s/wj-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WJ's vim configuration

Thanks to these guys:

I use vundle to organise plugins,learn more from 使用 Vundle 管理 Vim 插件 and Vundle 和 Submodule . My vim configuration is base on 高見龍's config,and i learned many things from his blog http://blog.eddie.com.tw/.

Make sure you have exuberant-ctags installed for using vim-ctags.

brew install ctags

##Installation:

  1. BACKUP your .vim directory and .vimrc first.(IMPORTANT!)

  2. copy files to your home directory:

     git clone --recursive https://github.com/wj1s/wj-vim.git ~/wj-vim
    
  3. make a symbolic link .vim to ~/wj-vim

     ln -s ~/wj-vim .vim
    
  4. make a symbolic link .vimrc to ~/wj-vim/vimrc

     ln -s ~/wj-vim/vimrc .vimrc
    
  5. use vundle to install scripts

     vim +BundleInstall
    
  6. you may need to install ack first if you use ack.vim.

Done.

Features and Key Mappings:

##Plugins:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published