Add fzf
This commit is contained in:
parent
c4785f352c
commit
45c62ae393
@ -1,2 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git submodule update --init --recursive
|
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
|
end
|
||||||
|
|
||||||
-- hflip.nvim
|
-- hflip.nvim
|
||||||
|
Loading…
Reference in New Issue
Block a user