Remove codecompanion and debug stuff, not really in use
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user