nvim: Add highlights to nvim-dap repl

This commit is contained in:
Marty Oehme 2025-06-21 11:21:15 +02:00
parent 3454c60c44
commit 0d8208d722
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 9 additions and 14 deletions

View file

@ -58,6 +58,7 @@
"nvim-coverage": { "branch": "main", "commit": "a939e425e363319d952a6c35fb3f38b34041ded2" },
"nvim-dap": { "branch": "master", "commit": "6a5bba0ddea5d419a783e170c20988046376090d" },
"nvim-dap-python": { "branch": "master", "commit": "261ce649d05bc455a29f9636dc03f8cdaa7e0e2c" },
"nvim-dap-repl-highlights": { "branch": "master", "commit": "307cff2c364d3bf02501d59c405a817967fcd5fb" },
"nvim-dap-view": { "branch": "main", "commit": "fc0315087a871f9e74ef88559760b81dae81bc6d" },
"nvim-lint": { "branch": "master", "commit": "9dfb77ef6c5092a19502883c02dc5a02ec648729" },
"nvim-lspconfig": { "branch": "master", "commit": "77d3fdfb3554632c7a3b101ded643d422de7626f" },

View file

@ -152,22 +152,16 @@ return {
{
"mfussenegger/nvim-dap",
dependencies = {
-- {
-- "rcarriga/nvim-dap-ui",
-- config = true,
-- keys = {
-- {
-- "<leader>sb",
-- function()
-- require("dapui").toggle({})
-- end,
-- desc = "Dap UI",
-- },
-- },
-- },
{
"LiadOz/nvim-dap-repl-highlights",
opts = {},
build = ":TSInstall dap_repl",
dependencies = { "nvim-treesitter/nvim-treesitter" },
},
{
"igorlfs/nvim-dap-view",
opts = {},
opts = { winbar = { controls = { enabled = true } } },
keys = {
{
"<leader>sb",