Skip to content

Commit

Permalink
Update nvim-treesitter/nvim-treesitter digest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 635e137 commit bcb33fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require 'lazy'.setup {
-- Treesitter
{
'nvim-treesitter/nvim-treesitter',
commit = "59d4c14a1a4262cf637ff2420032593afa062749",
commit = "8d6fb17526aab009616fb1dadc744658de99c3fd",
lazy = true,
event = { "CursorHold", "CursorHoldI", "CursorMoved", "CursorMovedI" },
build = [[vim.api.nvim_command("TSUpdate")]],
Expand Down

0 comments on commit bcb33fb

Please sign in to comment.