This website requires JavaScript.
Explore
Help
Register
Sign In
luca
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
a676a1dd5e
dotfiles
/
.config
/
nvim
/
lua
/
plugins
/
dap
/
dap.lua
6 lines
91 B
Lua
Raw
Blame
History
local
M
=
{
"
mfussenegger/nvim-dap
"
}
M.event
=
{
"
BufReadPost
"
,
"
BufNewFile
"
}
return
M
View Git Blame
Copy Permalink