From 9542b7b143587e4773f14b6b62a1988c04bd3697 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Mon, 26 Jul 2021 00:34:40 -0400 Subject: compatible 0.5 treesitter --- lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 62450b1d..703ee71f 100644 --- a/lua/plugins.lua +++ b/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 -- cgit v1.2.3