Lucas Jung
Lucas Jung
Confirm @gepbird, dart files take from 7 up to 10 seconds to open on my machine (even for an empty file) with `textobjects.select` enabled. `NVIM v0.9.1`
Sorry to bump, I got the same problem today. The solution worked for me but I think it should be detailed in the official documentation (maybe troubleshooting section?). > If...
You can use the following as a temporary fix while waiting for fixed-size ActionPane to be released: ```dart extentRatio: size / MediaQuery.sizeOf(context).width, ``` ^ where size is the fixed width...
Other use case: ```dart [ for (final key in keys) box.get(key) as? Item ] ```
No but let's say I wanted null if key not in box (to later take action on null elements from the list)
Hello, where is this at ? I really want this please.
Yes, if someone could find a link to that video, it would be great. Is it that the video is not accessible from this link anymore, or the video has...
I use [Autokey](https://github.com/autokey/autokey) which works for this purpose (you can specify that you want some marcos only while using Typora).
Yes I already came across #935 which allowed me to write the current highlight config (see above). However, I don't want virtual text, I would just want the background color...
Yes this sounds pretty hard to find...