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 Jan 26, 2024
1 parent fd4027a commit 83c85ec
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 = "e9719d3c8e6c4794108aaf00a1c2c203bd894545",
lazy = true,
event = { "CursorHold", "CursorHoldI", "CursorMoved", "CursorMovedI" },
build = [[vim.api.nvim_command("TSUpdate")]],
Expand Down

0 comments on commit 83c85ec

Please sign in to comment.