From 96e970b31dd5ce48258f474b353ef4aa4e6d5a43 Mon Sep 17 00:00:00 2001 From: iofq Date: Sat, 26 Oct 2024 15:41:30 -0500 Subject: [PATCH] add phpactor lsp --- nix/neovim-overlay.nix | 1 + nvim/lua/plugins/lsp.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index 1d11910..fff68f2 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -94,6 +94,7 @@ with final.pkgs.lib; let lua-language-server nil python312Packages.jedi-language-server + phpactor # debuggers delve diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 32f3837..f499f4a 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -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