Skip to content

WeiChungWu/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

Author: WeiChung Wu

Fork me on GITHUB https://github.com/WeiChungWu/dotvim.

MANUALLY INSTALL

Check out from github

 git clone git://github.com/WeiChungWu/dotvim.git ~/.vim
 cd ~/.vim
 git submodule update --init

Setup vimrc and gvimrc

 cd
 ln -s ~/.vim/vimrc .vimrc
 ln -s ~/.vim/gvimrc .gvimrc

INSTALL & UPGRADE PLUGIN BUNDLES

All plugins were checked out as git submodules, which can be upgraded with git pull. For example, to upgrade EasyGrep

 cd ~/.vim/bundle/EasyGrep
 git pull

Upgrading all bundled plugins

 git submodule foreach git pull origin master

To install a new plugin as a git submoudle, type the following commands.

 cd ~/.vim
 git submodule add [GIT-REPOSITORY-URL] bundle/[PLUGIN-NAME]

PLUGINS

  • Pathogen: Pathogen let us install a plugin as a bundle in ~/.vim/bundle seprately.

  • EasyGrep: Handy grep in files.

  • matchit: extended % matching for HTML, LaTeX, and many other languages.

  • SuperTab: Do all your insert-mode completion with Tab.

  • snipMate: TextMate-style snippets for Vim

  • EasyMotion: An easy way to jump to a word.

Language specific supports

  • SystemVerilog: indent, syntax highlight, taglist, matchit, snipMate

About

my .vim setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published