Skip to content

Simple autohotkey completion, LSP hover support for neovim

Notifications You must be signed in to change notification settings

DasGandlaf/nvim-autohotkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple autohotkey completion, LSP hover support for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages