Skip to content

The most basic building block of my workflow: vim configurations

Notifications You must be signed in to change notification settings

cujojp/hydrogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydrogen: Vim configuration

The simplest building block is a solid editor.

How to install Hydrogen

    git clone https://github.com/lrbecker/hydrogen.git ~/.vim
    cd ~/.vim; rake build

Or manually link the .vimrc and .gvimrc files if rake doesn't work properly:

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

When MacVim is running, make sure to run Vundle to grab all the plugins.

    :BundleInstall

What's packed in this :

IDE/Behavior

Vundle, the plug-in manager for Vim

Fuzzy file, buffer, mru and tag finder .

Bound to: ,f

A parser for a condensed HTML format.

Bound to: ,e

Vim plugin that displays tags in a window, ordered by class etc.

Bound to: ,t

With bufexplorer, you can quickly and easily switch between buffers.

Bound to: ,be

Import of Benji Fisher's matchit vim plugin, with history, extends % support.

The premier commenting tool.

Bound to: c<space>

Vim motions on speed!

Bound to: ,,w ,,t

Vim plugin for the Perl module / CLI script 'ack

Called by: :Ack

A Vim plugin for visually displaying indent levels in code

Bound to: ,ig

Perform all your vim insert mode completions with Tab.

Mega overhaul of the statusbar, colorized per mode.

fugitive.vim: a Git wrapper so awesome, it should be illegal

Vim Git runtime files

Bonus Syntax

  • json
  • javascript
  • coffee-script
  • slim
  • less

About

The most basic building block of my workflow: vim configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published