Przeglądaj źródła

add treesitter textobject

Sven Eppler 1 tydzień temu
rodzic
commit
992c2ad7a1
1 zmienionych plików z 6 dodań i 0 usunięć
  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",
+   }
+}