feat: extras.lang.php

This commit is contained in:
punkfairie 2025-03-09 20:58:01 -07:00
parent ffe6f03f22
commit 46126fedea
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 4 additions and 0 deletions

View file

@ -121,6 +121,9 @@
nil
nodePackages.prettier
nushell
php84Packages.php-codesniffer
php84Packages.php-cs-fixer
phpactor
ripgrep
stdenv.cc.cc
stylelint

View file

@ -61,6 +61,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.markdown' },
{ import = 'lazyvim.plugins.extras.lang.nix' },
{ import = 'lazyvim.plugins.extras.lang.nushell' },
{ import = 'lazyvim.plugins.extras.lang.php' },
-- These need to be after extras to prevent extras from overwriting them.