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