feat: basic nvim-dap setup
This commit is contained in:
parent
09e5cd383f
commit
8f0b088886
4 changed files with 39 additions and 1 deletions
nvim/plugin
5
nvim/plugin/dap.lua
Normal file
5
nvim/plugin/dap.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
if vim.g.did_load_dap_plugin then
|
||||
return
|
||||
end
|
||||
vim.g.did_load_dap_plugin = true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue