From 19f44f754da9d56f92f6c50f3cd5d105f476c223 Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Sun, 16 Jun 2024 21:41:17 +0700 Subject: [PATCH] add: dap virtual text --- lua/plugins/dap.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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()