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

Zig has [tree-sitter-zig](https://github.com/maxxnino/tree-sitter-zig) support but it doesn't work.

When I try to exit my editor via `:qa`, sometimes I'm shown an error saying `"No write since last change"`. Then, a file like the one in the screenshot is...

Thanks for sharing this nice feature, I'm really enjoying it. One request or maybe question, Can I integrate this context feature on the telescope preview window? It would be really...

When using this plugin, the syntax highlight colors are not always respected (at least within terraform). Normal highlighting(using treesitter): ![2022-09-02-140333_334x34_scrot](https://user-images.githubusercontent.com/446634/188139481-1cad8cec-c6e5-4227-a5e6-ca8f074c9c69.png) Highlighting with `nvim-treesitter-context`: ![2022-09-02-140359_345x33_scrot](https://user-images.githubusercontent.com/446634/188139541-f3369e26-b757-476b-af78-aa9440ddc860.png) It seems to use the basic...

In an example C# source file, i have: ```cs /* using statements */ [ApiController] [Route("api/")] public class AuthController : ControllerBase { /* constructor etc. */ [AllowAnonymous] [HttpPost("Register")] public async Task...

When opening a file that has already a swap file attached(i.e. another nvim instance has the file opened), and "Aborting" when prompted. 'Abort' prompt ``` Swap file "/tmp/file.txt.swp" already exists!...

This will track a global map that map winid to {bufnr,gut_bufnr, context_bufnr,gutter_winid,context_winid} and dynamically clean up and add new one, I'm new to lua so thanks for your advice. Currently...

### Description Thank you for reading this. For example ``` # title 1 a lot things ## title 2 a lot things ### title3 cursor is here ``` In this...

bug
upstream issue

### Description If I open Neovim in a way that the context window is already open, then the context content has no highlighting until the context window is closed at...

bug

Closes https://github.com/nvim-treesitter/nvim-treesitter-context/issues/275 Add the possibility of providing a percentage string of `max_lines` e.g., "5%"; or a function that returns a number or a percentage string. Notes: - Looking at the...