diff options
| author | Simon Hartcher <simon@simonhartcher.com> | 2019-12-17 18:02:47 +1100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-16 23:02:47 -0800 |
| commit | 80424e962e4fd4d9a9b2b334844e42368fbce05f (patch) | |
| tree | c8757ca8d952c8daaa9bbbb018593d54bf8f393f /lua/nvim_lsp.lua | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-80424e962e4fd4d9a9b2b334844e42368fbce05f.tar nvim-lspconfig-80424e962e4fd4d9a9b2b334844e42368fbce05f.tar.gz nvim-lspconfig-80424e962e4fd4d9a9b2b334844e42368fbce05f.tar.bz2 nvim-lspconfig-80424e962e4fd4d9a9b2b334844e42368fbce05f.tar.lz nvim-lspconfig-80424e962e4fd4d9a9b2b334844e42368fbce05f.tar.xz nvim-lspconfig-80424e962e4fd4d9a9b2b334844e42368fbce05f.tar.zst nvim-lspconfig-80424e962e4fd4d9a9b2b334844e42368fbce05f.zip | |
intelephense (PHP) #61
* use composer.json for root
* prefer cwd unless root is outside cwd
Diffstat (limited to 'lua/nvim_lsp.lua')
| -rw-r--r-- | lua/nvim_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim_lsp.lua b/lua/nvim_lsp.lua index 9f8c3df5..f09b3835 100644 --- a/lua/nvim_lsp.lua +++ b/lua/nvim_lsp.lua @@ -11,6 +11,7 @@ require 'nvim_lsp/fortls' require 'nvim_lsp/ghcide' require 'nvim_lsp/gopls' require 'nvim_lsp/hie' +require 'nvim_lsp/intelephense' require 'nvim_lsp/leanls' require 'nvim_lsp/pyls' require 'nvim_lsp/pyls_ms' |
