Browse Source

compatible 0.5 treesitter

christianchiarulli 4 năm trước cách đây
mục cha
commit
9542b7b143
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      lua/plugins.lua

+ 2 - 0
lua/plugins.lua

@@ -83,6 +83,8 @@ return {
   -- Treesitter
   {
     "nvim-treesitter/nvim-treesitter",
+    branch = "0.5-compat",
+    -- run = ":TSUpdate",
     config = function()
       require("core.treesitter").setup()
       if lvim.builtin.treesitter.on_config_done then