Browse Source

add treesitter textobject

Sven Eppler 1 tuần trước cách đây
mục cha
commit
992c2ad7a1
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      lua/plugins/treesitter-textobjects.lua

+ 6 - 0
lua/plugins/treesitter-textobjects.lua

@@ -0,0 +1,6 @@
+return {
+  "nvim-treesitter/nvim-treesitter-textobjects",
+  dependencies = {
+      "nvim-treesitter/nvim-treesitter",
+   }
+}