mirror of
https://github.com/SrIzan10/nvim-config.git
synced 2026-06-06 00:57:03 +00:00
5 lines
172 B
Lua
5 lines
172 B
Lua
return {
|
|
"nvim-telescope/telescope-fzf-native.nvim",
|
|
build = "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release --target install",
|
|
}
|