0xAdk
0xAdk
**Describe the bug** when a winbar is present the scollbar's bottom most cell isn't show / is draw off the window. This results in things like * diagnostic info /...
**Describe the bug** When opening neovim with the `-d` flag (assuming the file is large enough to have the scroll bar) it will attempt to include the scrollbar in the...
Fixes a few off by one rendering errors such as #18 and an unreported issue where when scrolling with the mouse the scroll bar is able to move off the...
### Neovim version (nvim -v) v0.9.0-dev-531+gf04087d8ba ### Vim (not Nvim) behaves the same? yes-ish, vim 9.0 ### Operating system/version arch ### Terminal name/version kitty 0.26.5 ### $TERM environment variable xterm-kitty...
I forgot to update the `files` field in the README.md manual install instructions to include the new `scanner.c` source file that was added in #7. Without it nvim-treesitter fails to...
Commit Overview: ### Allow colons as argument seperators this one is pretty self explanatory it allows for colons (`:`) to be used in place of semicolons (`;`) in escape codes...
### Did you check docs and existing issues? - [X] I have read all the trouble.nvim docs - [X] I have updated the plugin to the latest version before submitting...
wanted to test out creating a filter hook and noticed that code could be made more readable.
Reexporting `owo-colors` causes rust-analzyer's code completion to fill with many auto-use suggestions for the `owo-colors::OwoColorize` trait. This feature allows users to opt-out of reexporting `owo-colors`. see https://github.com/eyre-rs/color-eyre/issues/109