infinite-ops
infinite-ops
confirmed this does fix https://github.com/camspiers/lens.vim/issues/12
> that is weird, I am also using Defx and it does work for me with : > > ```js > let g:lens#disabled_filetypes = ['nerdtree', 'fzf', 'defx'] > ``` Using...
@jemag you are right! the problem for me is not lens but animate! if I disable animate from the config above and lens behaves as expected. ``` let g:lens#animate =...
sounds good thank you @camspiers !
I just tried @ipod825 fork and it fixes this problem and also a new one I found with nnn.vim I used this branch which appears to have a bunch of...
hi @mhinz, commenting all of those out saved ~5-8ms over all but not much. I rechecked and commenting out the filetype still drops it by ~100ms. thanks for taking the...
I agree with @fsmiamoto
@ristillu wrote: > Refined solution (for now) looks like: > > ``` > function! s:FilterEsearch(...) > if exists("b:esearch") > " See ~/git/vim-esearch/autoload/esearch/adapter/rg.vim > " where the g:esearch.adapters.rg.options are originally set....
I think I have the same issue, but its not really insert mode it just looks like it. With reactive enabled, using telescope to find a file and open, status...