fzf
fzf copied to clipboard
Long delay to open a file (6s)
- [x] I have read through the manual page (
man fzf) - [x] I have the latest version of fzf
- [x] I have searched through the existing issues
Info
- OS
- [x] Windows
Problem / Steps to reproduce
- Place
plug.vim(vim plugin manager) into autoload dir. - Set init.vim to be:
let plugdir = fnamemodify($MYVIMRC, ":p:h") . "/tmp/vim-plug"
call plug#begin(plugdir)
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
call plug#end()
-
:FZFSelect a file, and press<CR>, then it takes 6 seconds to open a file. Same if switching between buffers.
I have tried various different default commands, launched in admin mode. If i use :b to switch to a file, it opens instantly.