This commit is contained in:
Bryan Ramos 2026-04-15 21:01:43 -04:00
commit da6106c774
15 changed files with 1050 additions and 0 deletions

5
lua/plugins/disabled.lua Normal file
View file

@ -0,0 +1,5 @@
return {
{ "williamboman/mason.nvim", enabled = false },
{ "williamboman/mason-lspconfig.nvim", enabled = false },
{ "jay-babu/mason-nvim-dap.nvim", enabled = false },
}