We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63bd12 commit 7c4d047Copy full SHA for 7c4d047
lua/astrocommunity/debugging/nvim-dap-repl-highlights/init.lua
@@ -4,11 +4,7 @@ return {
4
specs = {
5
{
6
"nvim-treesitter/nvim-treesitter",
7
- dependencies = {
8
- "LiadOz/nvim-dap-repl-highlights",
9
- dependencies = { "mfussenegger/nvim-dap" },
10
- opts = {},
11
- },
+ dependencies = { "LiadOz/nvim-dap-repl-highlights", opts = {} },
12
opts = function(_, opts)
13
if opts.ensure_installed ~= "all" then
14
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "dap_repl" })
0 commit comments