You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
Hello! Cool! Pull requests are always very welcomed to add new servers. If the distribution of the
server is simple, the installation will most likely be so as well (existing server installers may be
used for reference!). Otherwise, @williamboman will get around to looking into this ASAP!
localnvim_lsp=require'lspconfig'return {
default_config= {
cmd= { "node", "vscode-autohotkey2-lsp/server/dist/server.js", "--stdio" },
filetypes= { "ahk", "ahk2", "ah2", "autohotkey" },
root_dir=function(fname)
returnnvim_lsp.util.find_git_ancestor(fname) orvim.fn.getcwd()
end,
cmd_env= {
AHK2_LS_CONFIG='{"locale":"en-us"}',
},
settings= {
AutoHotkey2= {
-- the path of the AutoHotkey.exe executable file. This default setting is used as a fallback if no interpreter is selected for the workspace.InterpreterPath='C:/Program Files/Autohotkey/AutoHotkey.exe',
-- Provide completion and automatic include from User and Standard library, Local libraryAutoLibInclude=0,
-- Add parentheses to function completionscompleteFunctionParens=false
}
},
},
docs= {
description=[[ https://github.com/thqby/vscode-autohotkey2-lsp Autohotkey2 Language Support Download and unpack thqby.vscode-autohotkey2-LSP plugin from github, git clone --depth=1 -b server https://github.com/thqby/vscode-autohotkey2-lsp from vscode marketplace, https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp cmd = {'node', 'extension/server/dist/server.js', '--stdio'}]]
}
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Server name
ahk2_ls
Server homepage
https://github.com/thqby/vscode-autohotkey2-lsp/tree/server
Languages
autohotkey2
Is this server added in lspconfig?
How is this server distributed?
server
branchThe text was updated successfully, but these errors were encountered: