mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
add phpactor lsp
This commit is contained in:
parent
85b85bec8a
commit
96e970b31d
2 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ return {
|
|||
}
|
||||
lspconfig.jedi_language_server.setup {}
|
||||
lspconfig.nil_ls.setup {}
|
||||
lspconfig.phpactor.setup {}
|
||||
lspconfig.lua_ls.setup {
|
||||
on_init = function(client)
|
||||
local path = client.workspace_folders[1].name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue