mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-08 03:44:52 +02:00
add: auto on dap if c++ true
This commit is contained in:
parent
d3b57e0fa6
commit
e3ebfb7a5b
2 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
local M = {}
|
||||
if pcode.nvim_dap then
|
||||
if pcode.nvim_dap or pcode.active_cpp_config then
|
||||
M = {
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue