mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 05:54:03 +02:00
fix(plugins): typo of pin commit of treesitter
(#2046)
This commit is contained in:
parent
6770808bec
commit
6505826f0b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue