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
|
||||
nodePackages.prettier
|
||||
nushell
|
||||
php84Packages.php-codesniffer
|
||||
php84Packages.php-cs-fixer
|
||||
phpactor
|
||||
ripgrep
|
||||
stdenv.cc.cc
|
||||
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.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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue