Roland Fredenhagen
Roland Fredenhagen
### Feature already in Vim? _No response_ ### Feature description Add a field, e.g. `map: bool`, to the return value of `nvim_get_option_info`, to differentiate those from simple lists. This would...
Is it possible to select the nvim instance by PID instead of socket? I want to query the current state of an instance to decide whether I need to ask...
While you probably won't have a lot of rust code inside templates, having the possibility to import e.g. a trait like `Borrow` (https://github.com/djc/askama/issues/330#issuecomment-1120411565). You currently have to `use` the trait...
To make it easier to contribute translations, I want to add: https://github.com/gbl/CrowdinTranslate

 Boxes at 1 000 000   Boxes near Worldborder

When using [AsciiDoctor-BibTex]( https://github.com/asciidoctor/asciidoctor-bibtex), citations are not concealed. Maybe it could be possible to `go to` the referenced file. btw is it possible to follow crossreferences? ``` [[a]] ```
I know that floats are a bit icky when it comes to consts, but might it be possible using formatc and nightly?
### Feature Description Sometimes it can be quite useful to operate not only on a directory but also all subdirs. Therefore, I'd like an easy way to get all files...