all repos

init.lua @ 25d35cd92d79fbe9634a999de81cb0fbafedd84e

my nvim config
3 files changed, 12 insertions(+), 13 deletions(-)
formated files
Author: neoteny ss2316544@gmail.com
Committed at: 2021-10-25 16:02:52 +0300
Parent: dbfee56
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", {})