all repos

dotfiles @ da1068fdc2e6c53bd0ef2b816c417338a6078f5a

my dotfiles

config/lvim/lua/plug/dap.lua (view raw)

1
2
3
4
5
6
7
8
local M = {}

function M.setup()
  -- Virtual text
  vim.g.dap_virtual_text = true
end

return M