spacevim/bundle/vim-autohotkey/plugin/autohotkey.vim

5 lines
118 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
augroup vim_autohotkey
autocmd!
autocmd FileType autohotkey setlocal omnifunc=autohotkey#complete
augroup END