From fcd3cf33ed9b254c3c145f89b386e8bd0ad65d5e Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Mar 2026 23:42:24 +0200 Subject: Add debbugging tools plugins --- lua/ache/lazy.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/ache/lazy.lua') diff --git a/lua/ache/lazy.lua b/lua/ache/lazy.lua index 1800f12..15fc610 100644 --- a/lua/ache/lazy.lua +++ b/lua/ache/lazy.lua @@ -22,8 +22,9 @@ vim.opt.rtp:prepend(lazypath) require("lazy").setup({ { import = "ache.plugins.themes" }, { import = "ache.plugins" }, - { import = "ache.plugins.lsp" }, - { import = "ache.plugins.llm" }, + { import = "ache.plugins.lsp" }, -- Load Language Server Protocol plugins for code completion, diagnostics and context aware actions. + { import = "ache.plugins.llm" }, -- Load Large Language Models related plugins (Mostly code completion) + { import = "ache.plugins.dap" }, -- Load debugging tools, Debug Adapter Protocol }, { checker = { enabled = true, -- cgit v1.3-2-g11bf