Edmund Cape
Edmund Cape
Thank you for looking into this. Here is a video of what is happening at my end... I'm not as proficient as you seem to be with video production... this...
@shepmaster Yes, the solution @nightwing suggests would be really helpful. The key to the spec is the ability to map 2 char to the escape functionality (per the `"xx"` described)....
Only as an FYI, not knowing the best way to proceed, however, the filetype `Dockerfile` prevented the docker tree-sitter to work as expected. It threw a "symbol not recognized error"....
The question was based on a misunderstanding of how the crate features interact. However, the motivation remains and thus an iteration on the question. I needed to use `redis` with...
Thanks for the question. I think having a configurable runtime makes sense. It seems in-line with ensuring flexibility (despite the dominance of tokio).
I normally do run vim from root... this said, not always. Thank you for reminding me. I'll try it out again and report back accordingly. This all said, my vim...
When starting vim from the root project directly, to open a file elsewhere in the project, `HdevtoolsType` works. `:echo expand('%')` => the file name only. `:echo expand('%:p')` provides the file...
I updated the issue with the requested versions. What seems like an error is how the Makefile line 56 points to a directory referenced by `APP_BINARY`, that does not exist:...
Ah. Got it. Apologies for the slow thinking on my part. So what is the expectation when I run make to generate the build in my terminal? What gets copied...
I am getting this error with a new install of the plugin (Feb 2024). The dependencies are installed, I'm not using a custom config other than providing access to my...