Add phpactor support for neovim

This commit is contained in:
Jonny Barnes 2024-09-21 09:02:04 +01:00
parent ab55e0c1fc
commit bcd3112ec9
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -31,3 +31,6 @@
[submodule "neovim/pack/vendor/start/gitsigns.nvim"]
path = neovim/pack/vendor/start/gitsigns.nvim
url = https://github.com/lewis6991/gitsigns.nvim
[submodule "neovim/pack/vendor/start/nvim-lspconfig"]
path = neovim/pack/vendor/start/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig