fix(bootstrap): simplify dependencies

This commit is contained in:
2024-08-09 02:19:59 +02:00
parent 273d3734e3
commit 6125b49525
2 changed files with 8 additions and 12 deletions
+1 -3
View File
@@ -9,9 +9,7 @@ return {
"nvim-lua/plenary.nvim",
{
"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 = "make",
},
},
config = function()