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:
parent
f5ed798e46
commit
5e64d52bbc
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ return {
|
||||||
{
|
{
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
ft = "php",
|
||||||
opts = {
|
opts = {
|
||||||
php = {
|
php = {
|
||||||
adapter = {
|
adapter = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue