Re-add Phpactor

This commit is contained in:
Oliver Davies 2025-01-03 18:00:00 +00:00
parent 1cfe4b0315
commit aa666a2391
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ with lib;
mini-nvim
nvim-web-devicons
oil-nvim
phpactor
refactoring-nvim
standard-vim
undotree

2
nvim/plugin/phpactor.lua Normal file
View file

@ -0,0 +1,2 @@
vim.keymap.set("n", "<leader>pm", "<cmd>PhpactorContextMenu<CR>")
vim.keymap.set("n", "<leader>pn", "<cmd>PhpactorClassNew<CR>")