aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-11-13 14:10:12 -0600
committerToby Vincent <tobyv13@gmail.com>2022-11-13 14:10:12 -0600
commit947bbff8c7c0b5b81cae77e20f812fd58b0a2ad1 (patch)
tree0f288807d00ab8db2479df91601318ed9e0be5d7 /nvim/.config
parent134d0f80a46f1938037cc3c749c00fe17a637959 (diff)
revert(treesitter): revert back to using main textobject branch
Diffstat (limited to 'nvim/.config')
-rw-r--r--nvim/.config/nvim/lua/tobyvin/plugins.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/nvim/.config/nvim/lua/tobyvin/plugins.lua b/nvim/.config/nvim/lua/tobyvin/plugins.lua
index 3974570..4d28bc9 100644
--- a/nvim/.config/nvim/lua/tobyvin/plugins.lua
+++ b/nvim/.config/nvim/lua/tobyvin/plugins.lua
@@ -272,12 +272,7 @@ M.plugins = function(use)
requires = {
"nvim-treesitter/playground",
"nvim-treesitter/nvim-treesitter-refactor",
- -- TODO: Temp fix until #317 is merged
- -- See: https://github.com/nvim-treesitter/nvim-treesitter-textobjects/pull/317
- {
- "numToStr/nvim-treesitter-textobjects",
- branch = "rust/let-expr",
- },
+ "nvim-treesitter/nvim-treesitter-textobjects",
"nvim-treesitter/nvim-treesitter-context",
"RRethy/nvim-treesitter-textsubjects",
"JoosepAlviste/nvim-ts-context-commentstring",