vim: Pin fzf version

master
Simon Bruder 2020-11-06 10:37:13 +01:00
parent d10a33c3c9
commit 0d684bd0ba
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 3 additions and 2 deletions

View File

@ -43,8 +43,9 @@ endif
call plug#begin('~/.local/share/nvim/plugged')
" Multi-entry selection UI
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'junegunn/fzf', { 'tag': trim(system('fzf --version')) }
" FIXME: update once nixpkgs stable has fzf ≥ 0.23
Plug 'junegunn/fzf.vim', { 'commit': '0fe8e198a3a501b54dbc4f9587526c097599f95a' }
" Per-project settings
Plug 'editorconfig/editorconfig-vim'