mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
8 lines
97 B
Lua
8 lines
97 B
Lua
local M = {}
|
|
|
|
function M.setup()
|
|
-- Virtual text
|
|
vim.g.dap_virtual_text = true
|
|
end
|
|
|
|
return M
|