diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 8038fc6..53fc6ff 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -8,6 +8,12 @@ if vim.fn.has("win32") == 0 then dependencies = { { "mfussenegger/nvim-dap", lazy = true }, { "nvim-neotest/nvim-nio", lazy = true }, + { + "theHamsta/nvim-dap-virtual-text", + opts = { + virt_text_win_col = 80, + }, + }, }, enabled = vim.fn.has("win32") == 0, config = function()