mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-13 22:17:49 +00:00
treesitter: migrate to the new api
This commit is contained in:
parent
c1713898c4
commit
27a2953aff
4 changed files with 82 additions and 187 deletions
|
|
@ -4,12 +4,8 @@
|
|||
|
||||
- Nixpkgs has merged a fully incompatible rewrite of
|
||||
`vimPlugins.nvim-treesitter`. Namely, it changes from the frozen `master`
|
||||
branch to the new main branch. This change also affects how grammars are
|
||||
built, and forces us to change a few things around.
|
||||
- We must now use `"nvim-treesitter".setup` over the old `.configs`.
|
||||
Additionally, built grammars **no longer include queries by default**,
|
||||
therefore queries not managed by nvf will lack their respective syntax
|
||||
highlighting capabilities.
|
||||
branch to the new main branch. This change removes incremental selections, so
|
||||
it is no longer available.
|
||||
|
||||
## Changelog {#sec-release-0-9-changelog}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue