[telescope] Update config

This commit is contained in:
2023-12-23 01:51:03 +01:00
parent b43e8790ca
commit 3548e4903f
2 changed files with 46 additions and 3 deletions
+7
View File
@@ -146,6 +146,13 @@ local plugins = {
"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",
},
{
"numToStr/Comment.nvim",
config = require("plugins.comment"),