Home

Awesome

vim-autohotkey

Animated demonstration

##Description This project adds AutoHotkey support to vim. It covers indenting, and more.

Installation

Manually

  1. Put all files under $VIM.

NeoBundle

  1. Add the following configuration to your .vimrc.

    NeoBundle 'hnamikaw/vim-autohotkey'
    
  2. Install with :NeoBundleInstall.