Skip to content

Commit 7c4d047

Browse files
authored
fix(nvim-dap-repl-highlights): nvim-dap in dependencies breaks lazy loading (#1417)
1 parent e63bd12 commit 7c4d047

File tree

1 file changed

+1
-5
lines changed
  • lua/astrocommunity/debugging/nvim-dap-repl-highlights

1 file changed

+1
-5
lines changed

lua/astrocommunity/debugging/nvim-dap-repl-highlights/init.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ return {
44
specs = {
55
{
66
"nvim-treesitter/nvim-treesitter",
7-
dependencies = {
8-
"LiadOz/nvim-dap-repl-highlights",
9-
dependencies = { "mfussenegger/nvim-dap" },
10-
opts = {},
11-
},
7+
dependencies = { "LiadOz/nvim-dap-repl-highlights", opts = {} },
128
opts = function(_, opts)
139
if opts.ensure_installed ~= "all" then
1410
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "dap_repl" })

0 commit comments

Comments
 (0)