Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 262 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 262 Bytes

vim-AHKcomplete

Omnicomplete for autohotkey script.

Add autocmd FileType autohotkey setl omnifunc=ahkcomplete#Complete to .vimrc file to enable this plugin. If you want the preview of AHK commands, you should add set completeopt+=preview to .vimrc file.