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
|
|
@ -94,6 +94,7 @@ with final.pkgs.lib; let
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nil
|
nil
|
||||||
python312Packages.jedi-language-server
|
python312Packages.jedi-language-server
|
||||||
|
phpactor
|
||||||
|
|
||||||
# debuggers
|
# debuggers
|
||||||
delve
|
delve
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ return {
|
||||||
}
|
}
|
||||||
lspconfig.jedi_language_server.setup {}
|
lspconfig.jedi_language_server.setup {}
|
||||||
lspconfig.nil_ls.setup {}
|
lspconfig.nil_ls.setup {}
|
||||||
|
lspconfig.phpactor.setup {}
|
||||||
lspconfig.lua_ls.setup {
|
lspconfig.lua_ls.setup {
|
||||||
on_init = function(client)
|
on_init = function(client)
|
||||||
local path = client.workspace_folders[1].name
|
local path = client.workspace_folders[1].name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue