mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 13:34:28 +02:00
enc: update config
This commit is contained in:
parent
e072b40f3d
commit
d9a3cc4dad
3 changed files with 2 additions and 4 deletions
|
@ -152,5 +152,5 @@ pcode.refactoring = false
|
|||
|
||||
-- https://github.com/mfussenegger/nvim-dap
|
||||
pcode.nvim_dap = false -- not support for windows os
|
||||
pcode.nvim_dap_javascript = false
|
||||
pcode.nvim_dap_javascript = true
|
||||
pcode.nvim_dap_php = false
|
||||
|
|
|
@ -7,7 +7,6 @@ if pcode.nvim_dap_php then
|
|||
dependencies = {
|
||||
{ "mfussenegger/nvim-dap", lazy = true },
|
||||
{ "nvim-neotest/nvim-nio", lazy = true },
|
||||
{ "theHamsta/nvim-dap-virtual-text", lazy = true },
|
||||
{
|
||||
"xdebug/vscode-php-debug",
|
||||
version = "1.x",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue