Skip to content

Commit

Permalink
use an older version of fzf-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceboy committed Apr 26, 2023
1 parent 83491c9 commit 1df7e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Plug 'NvChad/nvim-colorizer.lua'
Plug 'RRethy/vim-illuminate'

" File navigation
Plug 'ibhagwan/fzf-lua'
Plug 'ibhagwan/fzf-lua', { 'commit': 'e23ccf6e09240314c636408b446fb47a40ba6f25' }
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'kevinhwang91/rnvimr'
Expand Down

0 comments on commit 1df7e95

Please sign in to comment.