Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.14 KB

Simple autohotkey v1 completion/hover

image

image

Installation

  1. Install null-ls (Language server)
  2. Install nvim-cmp (https://github.com/hrsh7th/nvim-cmp)
  3. use('DasGandlaf/nvim-autohotkey')
  4. require('nvim-autohotkey')
cmp.setup.filetype({ 'autohotkey' }, {
  sources = { { name = 'autohotkey' } },
})

Credit

Docs from here: https://www.autohotkey.com/docs/v1/lib/

(Took html, online converter to remove html, manually converted to lua)

usefulStuff folder contents from here: https://www.autohotkey.com/boards/viewtopic.php?f=7&t=27321&p=131642#p131642

Roadmap

Other

I probably won't maintain this repo, if you want to work on it, feel free fork it. The folder usefulStuff has some useful stuff (wow) regarding ahk tooltips, documentation, etc.