aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/phpactor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/phpactor.lua')
-rw-r--r--lsp/phpactor.lua1
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' },