huleiak47 / vim-AHKcomplete

omnicomplete for autohotkey script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

omnicomplete for autohotkey script

License:GNU General Public License v2.0


Languages

Language:Python 97.6%Language:Vim Script 2.4%