mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: dap virtual text
This commit is contained in:
parent
368838347c
commit
19f44f754d
1 changed files with 6 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue