add mason and nvim-dap

This commit is contained in:
rocketdebris 2024-04-03 21:31:49 -04:00
parent d06df9d56d
commit 246e6cc507
4 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,4 @@
return {{
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
}}

View file

@ -0,0 +1,3 @@
return {{
"rcarriga/nvim-dap-ui"
}}

3
lua/plugins/nvim-dap.lua Normal file
View file

@ -0,0 +1,3 @@
return {{
"mfussenegger/nvim-dap",
}}