Add phpactor support for neovim
This commit is contained in:
parent
ab55e0c1fc
commit
bcd3112ec9
3 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@ My NeoVim configuration
|
|||
require('nvim-web-devicons').setup()
|
||||
require('oil').setup()
|
||||
require('gitsigns').setup()
|
||||
require('lspconfig').phpactor.setup({})
|
||||
|
||||
-- Editor options
|
||||
vim.wo.number = true
|
||||
|
|
1
neovim/pack/vendor/start/nvim-lspconfig
vendored
Submodule
1
neovim/pack/vendor/start/nvim-lspconfig
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3ad562700d0615818bf358268ac8914f6ce2b079
|
Loading…
Add table
Add a link
Reference in a new issue