mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 04:05:06 +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";
|
||||
description = "Enable pylsp, for Python.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue