feat: add dap repl highlighting
This commit is contained in:
@@ -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 = {
|
||||||
Reference in New Issue
Block a user