From fcf0ae04bb198860da60be41c5027a272164fe5d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 15 Jun 2025 16:28:56 +0100 Subject: [PATCH] Configure linters --- .nvim.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.nvim.lua b/.nvim.lua index e9ff0bc2f..26bd960d5 100644 --- a/.nvim.lua +++ b/.nvim.lua @@ -39,4 +39,5 @@ lspconfig.tailwindcss.setup({ require("lint").linters_by_ft = { lua = { "luacheck" }, nix = { "nix" }, + php = { "phpcs", "phpstan" }, }