Kraust
Kraust
I have tried to get GuiClipboard working with a windows instance of neovim-qt and a linux instance of neovim without any success. I am using both the latest rev of...
First time, with call GuiClipboard() in my ginit.vim: > :checkhealth ``` health#provider#check ======================================================================== ## Clipboard (optional) - OK: Clipboard tool found: custom ``` > :echo &clipboard ``` unnamedplus ``` (I...
👍 That was what I was missing, I wasn't calling reloadprovider directly. With that step added I have full control over my clipboard now.
Any update on this?
I have been consistently running into this issue for months, the way I frequently run into it is by pressing C-c when there is a terminal buffer outputting a lot...
I am playing around with this MR. I noticed that this code only correctly parses a subset of Authenticode Signatures and does not seem to work with any certificates with...
This can actually be reproduced with `--remote-ui` Server: ``` nvim --listen 127.0.0.1:7777 --headless ``` Client: ``` nvim --server 127.0.0.1:7777 --remote-ui ``` Error: ``` hint: Waiting for your editor to close...