Explorar o código

add treesitter textobject

Sven Eppler hai 1 semana
pai
achega
992c2ad7a1
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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",
+   }
+}