From 46126fedea48a62edd7c4b63e2969a05a6000313 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 9 Mar 2025 20:58:01 -0700 Subject: [PATCH] feat: extras.lang.php --- flake.nix | 3 +++ init.lua | 1 + 2 files changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 835192a..cc415af 100644 --- a/flake.nix +++ b/flake.nix @@ -121,6 +121,9 @@ nil nodePackages.prettier nushell + php84Packages.php-codesniffer + php84Packages.php-cs-fixer + phpactor ripgrep stdenv.cc.cc stylelint diff --git a/init.lua b/init.lua index 716c097..9ea2e74 100644 --- a/init.lua +++ b/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.