Nick Murphy

Results 7 comments of Nick Murphy

You can use `g:asyncrun_exit` to do something like this, I think: ```vim let g:asyncrun_exit = 'call timer_start(500, {-> execute("cclose")})' ``` A full function could be used as the callback if...

This would be great, since fzf is able to do it (seemingly without a performance penalty).

Thanks, that helps a lot! Here's an example of what it looks like when I try to watermark each corner of an actual image: ![Sunset](https://i.imgur.com/bHD0ZmC.jpg) To answer your first question,...

I ran into this problem using the built-in LSP and gitgutter or signify. Both plugins work great if I'm not using the LSP, but then it seems the `CursorHold` events...

> Did you try https://github.com/antoinemadec/FixCursorHold.nvim ? > This will fix your issue. Yes, it seems to have fixed it. Thanks!

Same here; I started getting this error recently when it used to work in the past.

I am having this issue too; for now I’ve disabled on Vim since I primarily use Neovim.