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

Show code context

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

### Description Hi, digging into the source for `nvim-treesitter-context`, I can see an API `require('treesitter-context.context').get(bufnr, winnr)`. I've played with this and can see that it returns the context information as...

enhancement