iamvoidcoder

Results 10 comments of iamvoidcoder
trafficstars

Skamsie, have you got to the bottom of highlighted line inverted colors issue? I have been messing with this for a couple of evenings now and can't figure what is...

I realise it could be Bat itself. Yet I spent quite a bit of time trying to debug this issue through both Bat & Syntect code and didn't get anywhere....

I'm pulling it via vim-plug. PlugUpdate saying fzf.vim is up to date. Also checked the repo just in case, appears to be top of the tree #caf7754: ``` $ cd...

Interesting, I have just discovered the issue is only present if I overwrite FZF_PREVIEW_COMMAND environment variable in my init.vim. `let $FZF_PREVIEW_COMMAND="bat --style=numbers --color=always {}"` If I comment this line out...

Honestly I don't quite remember where I got it from. I was googling around for a way to overwrite default fzf.vim bat command for a totally different reason when I...

I don't need to add `export COLORTERM=truecolor` because iTerm2 is setting this variable out of the box. It is indeed set in nvim's context, there is nothing else I need...

+1. Please please please make the remote development feature happen.

The remote dev in Lapce looking interesting but the editor itself is really in its early days. Even the basic core editing features aren't there (find & replace, bookmarks etc),...

TBH I don't quite see how, say, adding Find and Replace function in addition to already existing Find function is staying in a way of rolling out anything else. However,...

Been there, seen that. Select Next is an escape but only if you are dealing with small files. A handful of text occurrences. Not going to fly with large files...