Squashed 'users/configs/system/nvim/nvim/' content from commit e088bce
git-subtree-dir: users/configs/system/nvim/nvim git-subtree-split: e088bce2bd90c0b5c35d13a8615a55455b96294d
This commit is contained in:
23
lua/plugins/dap.lua
Normal file
23
lua/plugins/dap.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
return {
|
||||
"mfussenegger/nvim-dap",
|
||||
enabled = vim.fn.has "win32" == 0,
|
||||
dependencies = {
|
||||
{
|
||||
"jay-babu/mason-nvim-dap.nvim",
|
||||
dependencies = { "nvim-dap" },
|
||||
cmd = { "DapInstall", "DapUninstall" },
|
||||
opts = { handlers = {} },
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
opts = { floating = { border = "rounded" } },
|
||||
config = require "plugins.configs.nvim-dap-ui",
|
||||
},
|
||||
{
|
||||
"rcarriga/cmp-dap",
|
||||
dependencies = { "nvim-cmp" },
|
||||
config = require "plugins.configs.cmp-dap",
|
||||
},
|
||||
},
|
||||
event = "User AstroFile",
|
||||
}
|
||||
Reference in New Issue
Block a user