Thore Strassburg

Results 152 comments of Thore Strassburg

> Interesting, what would previewfunc do exactly? Do you mean this feature would replace vim's old :ts with a modern interface of the user's choosing? (Neo-)Vim has this feature of...

Hey. I'm very sorry for the incredible long delay. First of all, I would like to ask you to just return `nil` for this case and do not work on...

I just realized that it has changed again for the latest version. :see_no_evil: Se we should consider to export that into its own function which switch the command for the...

With `zsh` its fine, but working on a Windows machine lead t a similar problem. ```vim Error detected while processing function #twiggy#Branch[14]..189_Render[37]..189_no_commits[1]..189_git_cmd[6]..189_system: line 11: E484: Can't open file C:\Users\username\AppData\Local\Temp\VIo41DC.tmp Error...

Yeah, I'm forced to use Windows sometimes and I like to have my favorite editor there. I've this in my configuration: ```vim if has("win32") set shell=cmd.exe " For working on...

Don't hurry. This isn't an essential tool. If u've time I will be happy about that. Else its okay also. But maybe a comment in the readme and/or documentation would...

Hey. I'm very sorry for the delay! Thank you so much for making a PR so fast. I tested it now and I must admit that it doesn't work for...

You are right. Now it works. I'm confused. Anyway. So the highlight appears immediately. But my `dressing.nvim` input window does not. 🤔

Hmm. I'm a bit unsure if I get this right. If this is asynchronous, shouldn't it still work for the initial case where we insert the ``? Then the UI...

Okay, interesting. Then maybe do it synchronous for now and add a configuration option for people who dislike it?