Browse Source

compatible 0.5 treesitter

christianchiarulli 4 years ago
parent
commit
9542b7b143
1 changed files with 2 additions and 0 deletions
  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