feat: extras.lang.php
This commit is contained in:
parent
ffe6f03f22
commit
46126fedea
2 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,9 @@
|
||||||
nil
|
nil
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
nushell
|
nushell
|
||||||
|
php84Packages.php-codesniffer
|
||||||
|
php84Packages.php-cs-fixer
|
||||||
|
phpactor
|
||||||
ripgrep
|
ripgrep
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
stylelint
|
stylelint
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -61,6 +61,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.lang.markdown' },
|
{ import = 'lazyvim.plugins.extras.lang.markdown' },
|
||||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||||
{ import = 'lazyvim.plugins.extras.lang.nushell' },
|
{ import = 'lazyvim.plugins.extras.lang.nushell' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.lang.php' },
|
||||||
|
|
||||||
-- These need to be after extras to prevent extras from overwriting them.
|
-- These need to be after extras to prevent extras from overwriting them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue