From 5e64d52bbc73e1ecea0ba1b4fd0a6efdff8db980 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 18 May 2026 22:49:31 +0200 Subject: [PATCH] nvim/lua/user/plugins/lang/php/dap.lua: scope nvim-dap config to php filetype --- nvim/lua/user/plugins/lang/php/dap.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/user/plugins/lang/php/dap.lua b/nvim/lua/user/plugins/lang/php/dap.lua index 172bc61..8097ca6 100644 --- a/nvim/lua/user/plugins/lang/php/dap.lua +++ b/nvim/lua/user/plugins/lang/php/dap.lua @@ -5,6 +5,7 @@ return { { "mfussenegger/nvim-dap", optional = true, + ft = "php", opts = { php = { adapter = {