Re-add Phpactor
This commit is contained in:
parent
1cfe4b0315
commit
aa666a2391
|
@ -24,6 +24,7 @@ with lib;
|
||||||
mini-nvim
|
mini-nvim
|
||||||
nvim-web-devicons
|
nvim-web-devicons
|
||||||
oil-nvim
|
oil-nvim
|
||||||
|
phpactor
|
||||||
refactoring-nvim
|
refactoring-nvim
|
||||||
standard-vim
|
standard-vim
|
||||||
undotree
|
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