diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-19 14:10:41 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-19 14:10:41 +0100 |
| commit | e0cf6ac98380787e252274d7dda7b6b3430b86c4 (patch) | |
| tree | 893fdbbee1ad068794594c91c2846cb8c5940499 /lua/pml68/plugins.lua | |
| parent | feat: set CMP to use the Normal highlight group (diff) | |
| download | nvim-e0cf6ac98380787e252274d7dda7b6b3430b86c4.tar.gz | |
feat: add DAP keymaps
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 3 |
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", |
