refactor(nvim): remove dap section

This commit is contained in:
Price Hiller 2023-09-03 23:17:57 -05:00
parent 11d893b035
commit b7d454be6b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -679,19 +679,7 @@ return {
hl = "StatusLine",
fallthrough = false,
},
{
condition = function()
local session = require("dap").session()
return session ~= nil
end,
provider = function()
return "" .. require("dap").status()
end,
hl = "Debug",
-- see Click-it! section for clickable actions
},
VimMode,
margin(1),
{
condition = function()
return vim.v.hlsearch ~= 0