From c8bce9a631da251d294846e4d4fd2ca240871aeb Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 15 Aug 2024 21:25:33 +0200 Subject: [PATCH] Make sure dap_repl is installed in treesitter --- home/.config/nvim/lua/plugs/treesitter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.config/nvim/lua/plugs/treesitter.lua b/home/.config/nvim/lua/plugs/treesitter.lua index 7b531a0..6ebcc6a 100644 --- a/home/.config/nvim/lua/plugs/treesitter.lua +++ b/home/.config/nvim/lua/plugs/treesitter.lua @@ -41,7 +41,8 @@ return { "dockerfile", "dart", "css", - "regex" + "regex", + "dap_repl" }, sync_install = false, -- This can be updated to a list of languages instead of defaulting to true