From 5277a4b5ac0e494408a46f4ed7a96bf7a64e8ac3 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 5 Feb 2024 23:24:50 +0100 Subject: [PATCH] it doesnt but i could see text in autocrate. i dont get it --- lua/custom/plugins.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 935246d..465b971 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -798,6 +798,13 @@ local plugins = { version = "^4", -- Recommended ft = { "rust" }, }, + { + "theHamsta/nvim-dap-virtual-text", + lazy = false, -- PERF: this can be done more elegant + config = function() + require("nvim-dap-virtual-text").setup() + end, + }, } return plugins