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
This commit is contained in:
Ashin Antony 2021-09-09 06:50:15 +05:30 committed by siduck76
parent fe84f3952d
commit 3d6d429793
1 changed files with 1 additions and 0 deletions

View File

@ -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"