From 3d6d429793cbfab500d407801710c413ff52ed21 Mon Sep 17 00:00:00 2001 From: Ashin Antony <83629316+ashincoder@users.noreply.github.com> Date: Thu, 9 Sep 2021 06:50:15 +0530 Subject: [PATCH] feat: Move treesitter branch to compat-0.5 If you want to use this plugin with Neovim 0.5, please use the 0.5-compat branch. Be aware though that most improvements will require neovim nightly. https://github.com/nvim-treesitter/nvim-treesitter --- lua/plugins/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index d146966..6fd905a 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -82,6 +82,7 @@ return packer.startup(function() use { "nvim-treesitter/nvim-treesitter", + branch = "0.5-compat", event = "BufRead", config = function() require "plugins.configs.treesitter"