Skip to content

Commit

Permalink
feat: add autohotkey-lsp support
Browse files Browse the repository at this point in the history
  • Loading branch information
dev4s committed Nov 3, 2024
1 parent 4d0e5b4 commit 15c44a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/mason-lspconfig-mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ verible verible
veryl-ls veryl_ls
rust_hdl vhdl_ls
vim-language-server vimls
vscode-autohotkey2-lsp autohotkey_lsp
visualforce-language-server visualforce_ls
vls vls
vue-language-server volar
Expand All @@ -223,4 +224,4 @@ yaml-language-server yamlls
zk zk
zls zls

vim:tw=78:ft=help:norl:expandtab:sw=4
vim:tw=78:ft=help:norl:expandtab:sw=4
1 change: 1 addition & 0 deletions lua/mason-lspconfig/mappings/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ M.lspconfig_to_package = {
["asm_lsp"] = "asm-lsp",
["ast_grep"] = "ast-grep",
["astro"] = "astro-language-server",
["autohotkey_lsp"] = "vscode-autohotkey2-lsp",
["autotools_ls"] = "autotools-language-server",
["awk_ls"] = "awk-language-server",
["azure_pipelines_ls"] = "azure-pipelines-language-server",
Expand Down

0 comments on commit 15c44a2

Please sign in to comment.