From f8b5cbe6312b568def1f91d747e2cdb8984fdf2e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 18 Apr 2025 17:44:38 +0200 Subject: docs: cleanup - brief should live at the top of each file - fix indentation for some docs --- lsp/phpactor.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lsp/phpactor.lua') diff --git a/lsp/phpactor.lua b/lsp/phpactor.lua index 0f566608..638cf217 100644 --- a/lsp/phpactor.lua +++ b/lsp/phpactor.lua @@ -1,10 +1,11 @@ -local util = require 'lspconfig.util' - ---@brief --- --- https://github.com/phpactor/phpactor --- --- Installation: https://phpactor.readthedocs.io/en/master/usage/standalone.html#global-installation +--- https://github.com/phpactor/phpactor +--- +--- Installation: https://phpactor.readthedocs.io/en/master/usage/standalone.html#global-installation + +local util = require 'lspconfig.util' + return { cmd = { 'phpactor', 'language-server' }, filetypes = { 'php' }, -- cgit v1.2.3-70-g09d2