mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 20:25:08 +02:00
Add phpactor
This commit is contained in:
parent
4316099f05
commit
70b5f969ca
1 changed files with 5 additions and 0 deletions
|
@ -406,6 +406,11 @@ with lib; let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "phpactor";
|
||||||
|
description = "Enable phpactor, for PHP";
|
||||||
|
package = pkgs.phpactor;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "pylsp";
|
name = "pylsp";
|
||||||
description = "Enable pylsp, for Python.";
|
description = "Enable pylsp, for Python.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue