Add nvim-dap-virtual-text plugin which shows the values of the local memory inline
This commit is contained in:
parent
f11771dfd5
commit
c33c08ec31
1 changed files with 3 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ local function setup_dap()
|
||||||
handlers = {}
|
handlers = {}
|
||||||
})
|
})
|
||||||
require("nvim-dap-repl-highlights").setup()
|
require("nvim-dap-repl-highlights").setup()
|
||||||
|
require("nvim-dap-virtual-text").setup()
|
||||||
|
|
||||||
utils.add_keymaps({
|
utils.add_keymaps({
|
||||||
n = {
|
n = {
|
||||||
|
|
@ -121,7 +122,8 @@ return {
|
||||||
"rcarriga/nvim-dap-ui",
|
"rcarriga/nvim-dap-ui",
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
"nvim-neotest/nvim-nio",
|
"nvim-neotest/nvim-nio",
|
||||||
"LiadOz/nvim-dap-repl-highlights"
|
"LiadOz/nvim-dap-repl-highlights",
|
||||||
|
"theHamsta/nvim-dap-virtual-text"
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
-- Find all files in lua/language_servers and require them
|
-- Find all files in lua/language_servers and require them
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue