mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24: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",
|
||||
optional = true,
|
||||
ft = "php",
|
||||
opts = {
|
||||
php = {
|
||||
adapter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue