From 7c9c796102105d22d145d0247bd84c3ee4d30937 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Fri, 24 Feb 2023 23:50:10 -0300 Subject: [PATCH] Add nvim-dap --- .gitmodules | 3 +++ nvim-dap | 1 + 2 files changed, 4 insertions(+) create mode 160000 nvim-dap diff --git a/.gitmodules b/.gitmodules index e798807..578d6ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "pack/general/start/git-blame.nvim"] path = pack/general/start/git-blame.nvim url = https://github.com/f-person/git-blame.nvim +[submodule "nvim-dap"] + path = nvim-dap + url = https://github.com/mfussenegger/nvim-dap diff --git a/nvim-dap b/nvim-dap new file mode 160000 index 0000000..fd291e9 --- /dev/null +++ b/nvim-dap @@ -0,0 +1 @@ +Subproject commit fd291e970aa7c46ba2c49448f7d2c94cc7828f4e