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