feat: basic nvim-dap setup

This commit is contained in:
Jiří Štefka 2024-03-06 23:07:22 +01:00
parent 09e5cd383f
commit 8f0b088886
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
4 changed files with 39 additions and 1 deletions
nvim/plugin

5
nvim/plugin/dap.lua Normal file
View file

@ -0,0 +1,5 @@
if vim.g.did_load_dap_plugin then
return
end
vim.g.did_load_dap_plugin = true