summaryrefslogtreecommitdiff
path: root/lua/ache/lazy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ache/lazy.lua')
-rw-r--r--lua/ache/lazy.lua5
1 files changed, 3 insertions, 2 deletions
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,