1
0
Fork 0

Update nvim conf

This commit is contained in:
Florian RICHER (MrDev023) 2021-11-18 22:25:17 +01:00
parent 0ab499d32d
commit a39d7ffe66
6 changed files with 111 additions and 5 deletions

View file

@ -0,0 +1,7 @@
local function init()
call_with_helpers(require('plugins.dap.lldb').init)
end
return {
init = init
}