From cb700d775ad060bdc77e4a141d0bdfd195eb69e8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 19 Sep 2023 21:01:35 +0100 Subject: [PATCH] fix(nvim): revert phpactor to 23.05 This was erroring when trying to create a new PHP class but works when reverted back to 23.05. --- system/shared/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/shared/home-manager.nix b/system/shared/home-manager.nix index afb60941..9b505c9f 100644 --- a/system/shared/home-manager.nix +++ b/system/shared/home-manager.nix @@ -604,6 +604,7 @@ in vimPlugins.nvim-lspconfig # Completion + inputs.nixpkgs-2305.legacyPackages."${system}".vimPlugins.phpactor vimPlugins.cmp-buffer vimPlugins.cmp-cmdline vimPlugins.cmp-nvim-lsp @@ -615,7 +616,6 @@ in vimPlugins.cmp_luasnip vimPlugins.lspkind-nvim vimPlugins.nvim-cmp - vimPlugins.phpactor # Snippets vimPlugins.friendly-snippets