Revert "nvim: Remove explicit cmake from Telescope FZF"

This reverts commit 8ba269bcb5.
This commit is contained in:
Michael Yockey
2025-02-13 10:24:22 -05:00
parent e1a75a486d
commit cb9cb3ebe0

View File

@@ -1,4 +1,4 @@
return {
'nvim-telescope/telescope-fzf-native.nvim',
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release',
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
}