A more general fzf lazy config

This commit is contained in:
Eduardo Cueto-Mendoza 2023-09-05 14:22:09 +01:00
parent 966037b91d
commit 65c82b32f4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ local plugins = {
})
end
},
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' },
{
"folke/tokyonight.nvim",
lazy = false, -- make sure we load this during startup if it is your main colorscheme