Update nvm-telescope-fzf build command

Update the build command for nvm-telescope-fzf to match upstream docs and configs documented in https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation docs
pull/54/head
Tomasz Mysliwiec 2024-03-21 10:11:31 -04:00 committed by GitHub
parent 741ff3aa70
commit f035949eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ return {
"telescope.nvim",
dependencies = {
"nvim-telescope/telescope-fzf-native.nvim",
build = "make",
build = "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build",
config = function()
require("telescope").load_extension("fzf")
end,