Skip to content

GrzegorzKozub/ahk.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ahk.nvim

Downloads vscode-autohotkey2-lsp using the install.js script provided by the LSP author and configures it as a custom server for nvim-lspconfig. Requires AutoHotkey.

Install using lazy.nvim:

{
  'GrzegorzKozub/ahk.nvim',
  cond = vim.fn.has 'win32' == 1,
  opts = { interpreter = 'AutoHotkey64.exe' },
}

Setup as a dependency for nvim-lspconfig:

{
  'neovim/nvim-lspconfig',
  dependencies = vim.fn.has 'win32' == 1 and { 'GrzegorzKozub/ahk.nvim' } or { },
  opts = { }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages