Explorar el Código

add treesitter textobject

Sven Eppler hace 1 semana
padre
commit
992c2ad7a1
Se han modificado 1 ficheros con 6 adiciones y 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",
+   }
+}