1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/lang/php/dap.lua: scope nvim-dap config to php filetype

This commit is contained in:
Henrik Hautakoski 2026-05-18 22:49:31 +02:00
parent f5ed798e46
commit 5e64d52bbc

View file

@ -5,6 +5,7 @@ return {
{ {
"mfussenegger/nvim-dap", "mfussenegger/nvim-dap",
optional = true, optional = true,
ft = "php",
opts = { opts = {
php = { php = {
adapter = { adapter = {