mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Initialise debugger
This commit is contained in:
parent
92d6735791
commit
6885636712
1 changed files with 6 additions and 0 deletions
6
tools/nvim/lua/plugins/dap.lua
Normal file
6
tools/nvim/lua/plugins/dap.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- Debugger setups
|
||||
return {
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue