nvim-treesitter-context icon indicating copy to clipboard operation
nvim-treesitter-context copied to clipboard

Show code context

Results 1 nvim-treesitter-context issues
Sort by recently updated
recently updated
newest added

Hello, I have noticed a problem with the plugin when we have such case in C++: ``` if(caseA) { //... } else if(caseB) { //... } else { //... }...