Colin Kennedy
Colin Kennedy
From what I can see, poking around in the source code, `track_location = true` uses cursor positioning in order to highlight the nearest line entry. For colorschemes that like to...
### Did you check the docs? - [X] I have read all the docs ### Is your feature request related to a problem? Please describe. I like this template and...
Hi, I love and use this plug-in every day. It makes so much easier to remember where I am inside of a big file! My workplace is cautious about allowing...
Firstly I wanted to say that I love this plug-in! Often, I find that just the statusline isn't enough space to communicate all that I'd like to see and winbar.nvim...
## Demo https://github.com/nvim-neotest/neotest-python/assets/10103049/a3246a59-cf7c-48f2-99c9-aad4f9459d64 ## Description ## Reproduction Details - Load Neovim with the reproduction file ```sh cd neotest_reproduction PYTHONPATH=$PWD:$PYTHONPATH nvim -u reproduction_neotest_test.lua tests/test_something.py ``` - Call `:Neotest summary` - In...
While working with USD, for as long as I can remember back to USD 19.11, there are warnings when including USD headers. I'd like to ideally have "warnings as errors"...
When I use `[p`, it is fast. But if I get from the `"+` register, `[p` and `]p` are slow. OS: Windows 10 Terminal: Wezterm Shell: WSL (Ubuntu 20.02) Neovim...
If you use Vim Sessions, e.g. `:mksession Session.vim` and then `nvim -S Session.vim`, the terminal buffer is restored but toggleterm.nvim doesn't recognize the restored terminal buffer as a "toggleterm" buffer....
### Similar Issues - [X] Before filing, I have searched for similar issues. ### Neovim Version ``` NVIM v0.10.0-dev-2791+g99b3a068d Build type: RelWithDebInfo LuaJIT 2.1.1710088188 Run "nvim -V1 -v" for more...
Sometimes I just need to generate only the `Returns:` portion of a Google-style Python docstring. It'd be cool to have an API to do generate just X or Y section...