[fix] Update lazy.vim and use make instead of cmake for fzf-native

extenstion
This commit is contained in:
Uttarayan
2023-02-05 01:00:13 +05:30
parent 29fd864456
commit 0e0516089b
2 changed files with 3 additions and 2 deletions

View File

@@ -98,7 +98,8 @@ return require('lazy').setup({
{ 'nvim-telescope/telescope.nvim', dependencies = { '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 = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
build = 'make',
config = function()
require('telescope').setup {
defaults = {