dap virtual text at end of line

This commit is contained in:
Antoine Vaure 2025-06-06 17:41:46 +02:00
parent d36bfac0a2
commit 2a5b5bb6ce

View file

@ -448,7 +448,9 @@ local plugins = {
"theHamsta/nvim-dap-virtual-text",
lazy = false,
dependencies = { "mfussenegger/nvim-dap", "nvim-treesitter/nvim-treesitter" },
opts = {}
opts = {
virt_text_pos = 'eol'
}
},
{
'echasnovski/mini.align',