infinite-ops

Results 2 issues of infinite-ops

Lens tries to resize defx even when listed in disabled_filetypes I'm using vim 8.2 patch 1-148 Here is a minimal vimrc to reproduce ``` autocmd! call plug#begin('~/.vim/plugged') filetype plugin indent...

Startify seems to add 100ms or so to VimEnter autocommand. When using dstein64/vim-startuptime to profile startuptime ``` event time percent VimEnter autocommand 109.76 27.92 ``` If I comment out "set...