mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
7 lines
82 B
Lua
7 lines
82 B
Lua
local M = {}
|
|
|
|
M.setup = function ()
|
|
vim.g.dap_virtual_text = true
|
|
end
|
|
|
|
return M
|