Phil

Results 13 comments of Phil

I tested it with a `.vimrc` with only these lines: ```set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'dense-analysis/ale' call vundle#end() filetype plugin indent on let g:ale_linter_aliases = {} let g:ale_linters...

Were you able to reproduce? This is still happening every 10 minutes while I code, and it's driving me nuts.

Thanks for the response @hsanson! Do you want me to create in issue on the neovim github repo? I searched and couldn't find this issue being reported. Also the `:unplace`...

I would love to do rectangle-based capture, so I'm seconding the command-line flag ability.

Hi sorry for slow response. I need to get this repo back into a maintained state. Hopefully this will happen in the next few months.

Thanks for the notice. Will look into it.

Definitely some room for optimization here. I need to get this repo back into a maintained state. Will accept PRs as well. Thanks for alerting me.

Good call on both these. I had this package on the backburner for a while, and just recently I've revamped it.

I've thought about this one. Could get messy though. Would be a useful feature, no doubt.

> @vjpr @Arro I was just about to implement this... I think it could be straight forward, just need to be recursive. @Arro are you up for a PR? 100%...