Add PHP language server
This commit is contained in:
parent
6069d6376e
commit
c685c71b8d
1 changed files with 5 additions and 0 deletions
|
|
@ -110,6 +110,11 @@
|
|||
cmd = [ "${pkgs.rnix-lsp}/bin/rnix-lsp" ];
|
||||
};
|
||||
|
||||
# PHP
|
||||
phpactor = {
|
||||
cmd = [ "${pkgs.phpactor}/bin/phpactor" "language-server" ];
|
||||
};
|
||||
|
||||
# Python
|
||||
pylsp = {
|
||||
cmd = [ "${pkgs.python3Packages.python-lsp-server}/bin/pylsp" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue