Fork of tree-sitter-cpp.
Install plugin:
use 'manupedrozo/tree-sitter-cpp'
First initialize this plugin, then initialize treesitter:
require('manu-tree-sitter-cpp').setup()
require('nvim-treesitter.configs').setup {
...
}
May need to run :TSInstall cpp
to re-install the cpp parser from this repo instead of using tree-sitter-cpp.