add phpactor lsp

This commit is contained in:
iofq 2024-10-26 15:41:30 -05:00
parent 85b85bec8a
commit 96e970b31d
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@ with final.pkgs.lib; let
lua-language-server
nil
python312Packages.jedi-language-server
phpactor
# debuggers
delve

View file

@ -68,6 +68,7 @@ return {
}
lspconfig.jedi_language_server.setup {}
lspconfig.nil_ls.setup {}
lspconfig.phpactor.setup {}
lspconfig.lua_ls.setup {
on_init = function(client)
local path = client.workspace_folders[1].name