Nick Murphy

Results 13 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.

Is there any difference between this and using an autocmd and timer? I have this in my setup and it seems to work fine if I specify `User PackLoad` as...

I have experienced the same thing; it seems to switch direction when a vertical split is added to a horizontal split.

Just finding this plugin. I also think the fzf integration is a great idea. I was able to simplify it to one function and it seems to work great for...