Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 486 Bytes

README.md

File metadata and controls

executable file
·
17 lines (13 loc) · 486 Bytes

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.