Revert "nvim: lua: plugins: Remove post install hook for fzf"
This reverts commitaba40d88df
and also fixes the post install hook command. Original issue: https://github.com/wbthomason/packer.nvim/issues/83 Fixed by:6f9efb232a
This commit is contained in:
parent
81acdab631
commit
7887a04d62
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ local init = function ()
|
||||||
config = "require('modules.sneak')"
|
config = "require('modules.sneak')"
|
||||||
}
|
}
|
||||||
-- Search
|
-- Search
|
||||||
use 'junegunn/fzf'
|
use {
|
||||||
|
'junegunn/fzf',
|
||||||
|
run = './install --bin'
|
||||||
|
}
|
||||||
use {
|
use {
|
||||||
'junegunn/fzf.vim',
|
'junegunn/fzf.vim',
|
||||||
config = "require('modules.fzf')"
|
config = "require('modules.fzf')"
|
||||||
|
|
Loading…
Reference in a new issue