nvim: Remove explicit cmake from Telescope FZF

This commit is contained in:
Michael Yockey
2025-02-13 10:05:15 -05:00
parent ba0d6b1b8b
commit 8ba269bcb5

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 && cmake --install build --prefix build'
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release',
}