This commit is contained in:
Alex Yatskov 2022-10-22 09:15:43 -07:00
parent c4785f352c
commit 45c62ae393
2 changed files with 5 additions and 0 deletions

View File

@ -1,2 +1,5 @@
#!/bin/bash
git submodule update --init --recursive
pushd pack/plugins/start/telescope-fzf-native.nvim
make
popd

View File

@ -22,6 +22,8 @@ if telescope then
},
}
}
telescope.load_extension('fzf')
end
-- hflip.nvim