Explorar o código

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

Xavier Young %!s(int64=3) %!d(string=hai) anos
pai
achega
6505826f0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/lvim/plugins.lua

+ 1 - 1
lua/lvim/plugins.lua

@@ -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()