aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-03-19 14:10:41 +0100
committerpml68 <tutorialmester@gmail.com>2024-03-19 14:10:41 +0100
commite0cf6ac98380787e252274d7dda7b6b3430b86c4 (patch)
tree893fdbbee1ad068794594c91c2846cb8c5940499 /lua/pml68/plugins.lua
parentfeat: set CMP to use the Normal highlight group (diff)
downloadnvim-e0cf6ac98380787e252274d7dda7b6b3430b86c4.tar.gz
feat: add DAP keymaps
Diffstat (limited to 'lua/pml68/plugins.lua')
-rw-r--r--lua/pml68/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 215d65d..fe432a5 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -211,6 +211,9 @@ local plugins = {
-- Dap
{
"mfussenegger/nvim-dap",
+ init = function()
+ require("pml68.configs.dap")
+ end
},
{
"jay-babu/mason-nvim-dap.nvim",