-
Hi all,
I'm pretty sure I'm missing something trivial, but can't figure out what. Any hint? many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
your're using |
Beta Was this translation helpful? Give feedback.
your're using
main
branch ofnvim-treesitter
which has different api frommaster
, there's norequire("nvim-treesitter.configs")
any more.See: nvim-treesitter/nvim-treesitter#7927