Skip to content

Commit

Permalink
Pin treesitter while waiting for nix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tapayne88 committed Jan 24, 2024
1 parent e367405 commit e1d0854
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot_config/nvim/lua/tap/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
return {
{
'nvim-treesitter/nvim-treesitter',
-- Pin while waiting on solution / workaround for nix issue
-- https://github.com/NixOS/nixpkgs/issues/282927
tag = 'v0.9.2',
event = 'BufReadPost',
build = ':TSUpdate',
dependencies = {
Expand Down

0 comments on commit e1d0854

Please # to comment.