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 22, 2024
1 parent 5b77f54 commit 8e8d7c5
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 = "14f5cf85c04d92b4e8d8b47592f5e8f5e249bd8e",
lazy = true,
event = { "CursorHold", "CursorHoldI", "CursorMoved", "CursorMovedI" },
build = [[vim.api.nvim_command("TSUpdate")]],
Expand Down

0 comments on commit 8e8d7c5

Please sign in to comment.