nvim: add new dependency for dap-ui
This commit is contained in:
parent
ab31fef95a
commit
c9896d3714
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ return require('packer').startup({function()
|
||||||
-- }
|
-- }
|
||||||
use { -- virtual-text: Print Variable names while debugging
|
use { -- virtual-text: Print Variable names while debugging
|
||||||
'theHamsta/nvim-dap-virtual-text',
|
'theHamsta/nvim-dap-virtual-text',
|
||||||
|
requires = {"mfussenegger/nvim-dap", "nvim-neotest/nvim-nio"},
|
||||||
config = function()
|
config = function()
|
||||||
-- calling this with a parameter to keep lua language server from complaining
|
-- calling this with a parameter to keep lua language server from complaining
|
||||||
require("nvim-dap-virtual-text").setup({context_commentstring = {enable = true,}})
|
require("nvim-dap-virtual-text").setup({context_commentstring = {enable = true,}})
|
||||||
|
|
Loading…
Add table
Reference in a new issue