Remove custom dap plugin and use LazyExtras instead

This commit is contained in:
2026-03-12 15:36:50 +00:00
parent aa687e1591
commit eb90afe921
3 changed files with 23 additions and 23 deletions

View File

@@ -16,7 +16,9 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = {
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- import/override with your plugins
{ import = "plugins" },
},
defaults = {

View File

@@ -1,3 +0,0 @@
return {
{ import = "lazyvim.plugins.extras.dap.core" },
}