all repos

init.lua @ 3c7863060f47c295ef1f3977423213c3df17bcc6

my nvim config

init.lua/ftplugin/rust.lua(view raw)

1
2
3
4
5
6
local ok, dapi = pcall(require, "dap-install")
if not ok then
  return
end

dapi.config("codelldb", {})