diff --git a/install.sh b/install.sh index 027e642..ad7aee2 100755 --- a/install.sh +++ b/install.sh @@ -1,2 +1,5 @@ #!/bin/bash git submodule update --init --recursive +pushd pack/plugins/start/telescope-fzf-native.nvim +make +popd diff --git a/lua/plugins.lua b/lua/plugins.lua index 405446c..ba3d36e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -22,6 +22,8 @@ if telescope then }, } } + + telescope.load_extension('fzf') end -- hflip.nvim