Sven Eppler 1 неделя назад
Родитель
Сommit
992c2ad7a1
1 измененных файлов с 6 добавлено и 0 удалено
  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",
+   }
+}