init
This commit is contained in:
12
nvim/lua/plugins/extras/dap/repl-highlights.lua
Normal file
12
nvim/lua/plugins/extras/dap/repl-highlights.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
dependencies = {
|
||||
"LiadOz/nvim-dap-repl-highlights",
|
||||
opts = {},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
if type(opts.ensure_installed) == "table" then
|
||||
vim.list_extend(opts.ensure_installed, { "dap_repl" })
|
||||
end
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user