diff options
Diffstat (limited to 'lsp/hhvm.lua')
| -rw-r--r-- | lsp/hhvm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/hhvm.lua b/lsp/hhvm.lua index 4a08a86c..1dfa0277 100644 --- a/lsp/hhvm.lua +++ b/lsp/hhvm.lua @@ -5,6 +5,7 @@ --- https://github.com/facebook/hhvm --- See below for how to setup HHVM & typechecker: --- https://docs.hhvm.com/hhvm/getting-started/getting-started +---@type vim.lsp.Config return { cmd = { 'hh_client', 'lsp' }, filetypes = { 'php', 'hack' }, |
