/vim-autohotkey

Vim configuration files for AutoHotkey code

Primary LanguageVim Script

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.