feat: add dap repl highlighting

This commit is contained in:
2025-09-23 11:35:10 +02:00
parent 741b72a5b9
commit 7c8169baae
@@ -5,6 +5,12 @@ return {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
build = ":TSUpdate", build = ":TSUpdate",
event = "VeryLazy", event = "VeryLazy",
dependencies = {
{
"LiadOz/nvim-dap-repl-highlights",
config = true,
},
},
opts = { opts = {
ensure_installed = { ensure_installed = {
"c", -- recommended default "c", -- recommended default
@@ -15,6 +21,7 @@ return {
"luadoc", "luadoc",
"phpdoc", "phpdoc",
"comment", "comment",
"dap_repl",
}, },
auto_install = true, auto_install = true,
highlight = { highlight = {