nvim: fix phpactor
This commit is contained in:
parent
0f3d0b27a2
commit
4365b73b8f
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ local server_configs = function()
|
|||
organize_imports_on_format = true,
|
||||
enable_import_completion = true,
|
||||
sdk_include_prereleases = true,
|
||||
analyze_open_documents_only = false,
|
||||
analyze_open_documents_only = true,
|
||||
}, -- }}}
|
||||
lua_ls = {
|
||||
-- {{{
|
||||
|
@ -56,6 +56,7 @@ local server_configs = function()
|
|||
}, -- }}}
|
||||
phpactor = {
|
||||
-- {{{
|
||||
cmd = { vim.env.HOME .. '/devel/phpactor/bin/phpactor', 'language-server' },
|
||||
handlers = {
|
||||
['textDocument/publishDiagnostics'] = vim.lsp.with(
|
||||
vim.lsp.diagnostic.on_publish_diagnostics, {
|
||||
|
|
Loading…
Add table
Reference in a new issue