3 files changed,
12 insertions(+),
13 deletions(-)
jump to
| M | ftplugin/go.lua |
| M | ftplugin/javascript.lua |
| M | ftplugin/lua.lua |
M
ftplugin/go.lua
@@ -1,6 +1,6 @@
- local ok, dapi = pcall(require, "dap-install") - if not ok then - return - end +local ok, dapi = pcall(require, "dap-install") +if not ok then + return +end dapi.config("go_delve", {})
M
ftplugin/javascript.lua
@@ -1,7 +1,6 @@
- - local ok, dapi = pcall(require, "dap-install") - if not ok then - return - end +local ok, dapi = pcall(require, "dap-install") +if not ok then + return +end dapi.config("jsnode", {})
M
ftplugin/lua.lua
@@ -1,6 +1,6 @@
- local ok, dapi = pcall(require, "dap-install") - if not ok then - return - end +local ok, dapi = pcall(require, "dap-install") +if not ok then + return +end dapi.config("lua", {})