Replies: 1 comment 3 replies
-
Hey 👋 In principle, it should be possible to use nvim-treesitter (installed with rocks-git.nvim) in combination with rocks-treesitter.nvim. You would just need to make sure you don't configure them both to auto-highlight the same files. Out of curiosity, what has broken? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
I am just realizing that nvim-treesitter working on nvim nightly has broken my 44000 line yaml file. If I go into the lazy world I can specify the nvim-treesitter tag "v0.9.2" which works fine (even with nightly). What are my options with Rocks? Would I need to remove the rocks-treesitter.nvim and install from git with the tag? I am assuming that would require removing all the 'rocks' tree sitter parsers? Or would it? Just need to figure out what direction to go... thx
Beta Was this translation helpful? Give feedback.
All reactions