Re-add Phpactor
This commit is contained in:
parent
1cfe4b0315
commit
aa666a2391
|
@ -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
2
nvim/plugin/phpactor.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
vim.keymap.set("n", "<leader>pm", "<cmd>PhpactorContextMenu<CR>")
|
||||
vim.keymap.set("n", "<leader>pn", "<cmd>PhpactorClassNew<CR>")
|
Loading…
Reference in a new issue