Update plugins

This commit is contained in:
Alexander Gehrke 2024-05-03 11:41:47 +02:00
parent b40055513b
commit 8725cbfe54
2 changed files with 26 additions and 29 deletions

View file

@ -2,11 +2,10 @@ return {
"nvim-telescope/telescope.nvim",
dependencies = {
{
'nvim-telescope/telescope-fzf-native.nvim',
build =
'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
"nvim-telescope/telescope-fzf-native.nvim",
build = "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build",
},
'gbrlsnchs/telescope-lsp-handlers.nvim',
"gbrlsnchs/telescope-lsp-handlers.nvim",
},
cmd = "Telescope",
version = false,