diff --git a/lua/ow/plugins/treesitter.lua b/lua/ow/plugins/nvim-treesitter.lua similarity index 91% rename from lua/ow/plugins/treesitter.lua rename to lua/ow/plugins/nvim-treesitter.lua index 5e564de..d319a2d 100644 --- a/lua/ow/plugins/treesitter.lua +++ b/lua/ow/plugins/nvim-treesitter.lua @@ -5,6 +5,12 @@ return { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "VeryLazy", + dependencies = { + { + "LiadOz/nvim-dap-repl-highlights", + config = true, + }, + }, opts = { ensure_installed = { "c", -- recommended default @@ -15,6 +21,7 @@ return { "luadoc", "phpdoc", "comment", + "dap_repl", }, auto_install = true, highlight = {