Kraust

Results 17 comments of 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...

Will do. May take a couple of days depending on what repos I'm working on.

Having an issue with it, but I don't think it's related to the changes you've made. Looks like pre-commit creates a shell script, but because I'm on currently on Windows...

![image](https://github.com/user-attachments/assets/752d66bb-eb9b-498a-8d32-ecc587a910ac) Note: `E:\work\aria` is the git repo and the related path is correct. I don't think this is an issue with fugit2 at the moment.