Преглед на файлове

add treesitter textobject

Sven Eppler преди 1 седмица
родител
ревизия
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",
+   }
+}