This commit is contained in:
Bryan Ramos 2023-06-16 17:42:05 -04:00
parent c83da85c12
commit 4eb8f53a6f
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ require("lazy").setup({
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- import any extras modules here
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
{ import = "lazyvim.plugins.extras.dap.core" },
-- import/override with your plugins
{ import = "plugins" },
},

View file

@ -49,5 +49,6 @@ return {
{ "xiyaowong/transparent.nvim" },
{ "williamboman/mason.nvim", enabled = false },
{ "williamboman/mason-lspconfig.nvim", enabled = false },
{ "jay-babu/mason-nvim-dap.nvim", enabled = false },
{ "catppuccin/nvim", enabled = false },
}