Remove codecompanion and debug stuff, not really in use

This commit is contained in:
c-salomonsen
2025-09-13 02:08:31 +02:00
parent 3eb6fe5743
commit 5b68fda6bb
4 changed files with 1 additions and 223 deletions

View File

@@ -40,15 +40,7 @@ vim.api.nvim_create_autocmd("textyankpost", {
pattern = "*",
})
-- dap
require "dap"
local sign = vim.fn.sign_define
sign("DapBreakpoint", { text = "", texthl = "DapBreakpoint", linehl = "", numhl = ""})
sign("DapBreakpointCondition", { text = "", texthl = "DapBreakpointCondition", linehl = "", numhl = ""})
sign("DapLogPoint", { text = "", texthl = "DapLogPoint", linehl = "", numhl = ""})
sign('DapStopped', { text='', texthl='DapStopped', linehl='DapStopped', numhl= 'DapStopped' })
-- Surround
vim.api.nvim_create_autocmd("QuickFixCmdPost", {
callback = function()