jdrouhard
jdrouhard
Fixes #1112 Instead of calculating whether the nvim instance is headless at startup and caching that (both in the config.non_interactive flag as well as a local var in the display...
#507 broke interactive mode when using a remote neovim client that is attached to a headless neovim instance after it has been started. ### Steps to reproduce ```bash $ nvim...
### Did you check docs the docs? - [X] I have read all the lazy docs ### Is your feature request related to a problem? Please describe. Packer and vim-plug...
### Did you check docs the docs? - [X] I have read all the lazy docs ### Is your feature request related to a problem? Please describe. Recent changes to...
Some icons switch the active direction of text to RTL and affect the surrounding text. Specific examples are the latex icon (extension .tex) and the SVG icon. I know there...
Using v0.7.2 with gcc and clang (both error in the same way) on linux yields: ``` In file included from _deps/rapidyaml-src/src/c4/yml/parse.cpp:4: In file included from _deps/rapidyaml-src/src/c4/yml/node.hpp:8: In file included from...
Have you considered using the built-in semantic tokens information instead of sending the request/parsing the replies from the plugin? If the server supports semantic tokens and it isn't explicitly disabled,...
This overload was added in #3301 based on a compiler error quickfix suggestion. fmt's `fmt::format_string` type [has had an implicit conversion operator](https://github.com/fmtlib/fmt/blob/3f864a4505426ed19e5ba55261af37669a123e4c/include/fmt/base.h#L2738C3-L2738C72) to `fmt::string_view` since fmt 8.0 ([introduced here](https://github.com/fmtlib/fmt/commit/8d70c0edab4b2f68f52ab0644bab8e80dee7a604#diff-f5b9e34d142700358618faa7363cd41bc5662525a82c49f7e6e9dfa2ec8bfc93R2930)). Since...
## Description It's always baffled me why the 3 timings at the top of the `Profile` tab didn't match the individual timings of the profiles in the more detailed breakdown...
### Make sure you have done the following - [x] Updated to the latest version of `blink.cmp` - [x] Searched for existing issues and documentation (try `` on https://cmp.saghen.dev) ###...