mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 02:38:45 +02:00
add: config pydebug virtual text
This commit is contained in:
parent
d8ded80fd4
commit
68cf0d9468
3 changed files with 63 additions and 4 deletions
|
@ -151,9 +151,10 @@ pcode.rest_client = true
|
|||
pcode.refactoring = false
|
||||
|
||||
-- https://github.com/mfussenegger/nvim-dap
|
||||
pcode.nvim_dap = false -- not support for windows os
|
||||
pcode.nvim_dap = false -- not support for windows os (auto config mason-nvim-dap)
|
||||
pcode.nvim_dap_javascript = false
|
||||
pcode.nvim_dap_php = false
|
||||
pcode.nvim_dap_python = false
|
||||
|
||||
-- https://github.com/olimorris/neotest-phpunit
|
||||
pcode.phpunit = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue