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
nvim/plugin

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>")