Benoit de Chezelles
Benoit de Chezelles
### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description In addition to the builtin `mypy` linter, I...
With Crystal 0.30.0+, a compilation error only shows the last frame, e.g: ``` Showing last frame. Use --error-trace for full trace. In /usr/lib/crystal/json/from_json.cr:136:13 136 | yield T.new(pull) ^-- Error: wrong...
Hello, There doesn't seem to be a different highlight for function names and class names, would it be possible to add it? Thank you!
Hello, I noticed that the new format strings are not highlighted using semchi: This is what I have using semchi:  `bar` is not highlighted differently from the string around...
This plugin is golden :heart: It's kept simple and does the job very well :+1: Then I was reading git config options, I saw `mergetool.hideResolved` (added somewhere in 2021): >...
Doc: https://docs.mongodb.com/manual/changeStreams/ > Change streams allow applications to access real-time data changes without the complexity and risk of tailing the oplog. > Applications can use change streams to subscribe to...
AFAIK there's not a lot of documentation (except few lines), nor examples on how to use the recovery module and the `parse_recovery_*` functions https://docs.rs/chumsky/latest/chumsky/recovery/index.html Especially on the functions `nested_delimiters` `skip_then_retry_until`...
If you'd like to put out an incentive for implementing this feature, you can do so at https://issuehunt.io/r/bk138/gromit-mpx **Is your feature request related to a problem? Please describe.** I'm always...
Scry is awfully slow when using neovim with [LanguageClient](https://github.com/autozimu/LanguageClient-neovim) (LSP client) and [deoplete](https://github.com/Shougo/deoplete.nvim) (a completion framework). Diagnostics are almost always out of date or simply not there at all (still...