mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim php: split main file as it starts to get abit big
This commit is contained in:
parent
61ef12eff1
commit
bb62416c69
7 changed files with 164 additions and 142 deletions
16
nvim/lua/user/plugins/lang/php/testing.lua
Normal file
16
nvim/lua/user/plugins/lang/php/testing.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
return {
|
||||
"nvim-neotest/neotest",
|
||||
optional = true,
|
||||
ft = { "php" },
|
||||
dependencies = {
|
||||
"pnx/neotest-phpunit",
|
||||
'V13Axel/neotest-pest',
|
||||
},
|
||||
opts = {
|
||||
adapters = {
|
||||
["neotest-phpunit"] = {},
|
||||
["neotest-pest"] = {},
|
||||
}
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue