diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/phpactor.lua')
| -rw-r--r-- | lsp/phpactor.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/phpactor.lua b/lsp/phpactor.lua index 7116e264..5832f54c 100644 --- a/lsp/phpactor.lua +++ b/lsp/phpactor.lua @@ -4,6 +4,7 @@ --- --- Installation: https://phpactor.readthedocs.io/en/master/usage/standalone.html#global-installation +---@type vim.lsp.Config return { cmd = { 'phpactor', 'language-server' }, filetypes = { 'php' }, |
