fix(plugins): typo of pin commit of treesitter (#2046)

This commit is contained in:
Xavier Young 2021-12-08 13:05:15 +08:00 committed by GitHub
parent 6770808bec
commit 6505826f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ return {
-- Treesitter
{
"nvim-treesitter/nvim-treesitter",
commit = commit.treesitter,
commit = commit.nvim_treesitter,
branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat",
-- run = ":TSUpdate",
config = function()