Code Monkey home page Code Monkey logo

dotvim's Introduction

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

dotvim's People

Contributors

weichungwu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.