Add fzf
This commit is contained in:
parent
c4785f352c
commit
45c62ae393
@ -1,2 +1,5 @@
|
||||
#!/bin/bash
|
||||
git submodule update --init --recursive
|
||||
pushd pack/plugins/start/telescope-fzf-native.nvim
|
||||
make
|
||||
popd
|
||||
|
@ -22,6 +22,8 @@ if telescope then
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
telescope.load_extension('fzf')
|
||||
end
|
||||
|
||||
-- hflip.nvim
|
||||
|
Loading…
Reference in New Issue
Block a user