fixd fzf build
This commit is contained in:
parent
deb6dea93b
commit
860b97c24c
@ -45,7 +45,7 @@ return require('packer').startup(function()
|
|||||||
{ 'nvim-lua/popup.nvim' },
|
{ 'nvim-lua/popup.nvim' },
|
||||||
{ 'nvim-lua/plenary.nvim' },
|
{ 'nvim-lua/plenary.nvim' },
|
||||||
{ 'kyazdani42/nvim-web-devicons' },
|
{ 'kyazdani42/nvim-web-devicons' },
|
||||||
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' },
|
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' },
|
||||||
},
|
},
|
||||||
config = get_setup('telescope'),
|
config = get_setup('telescope'),
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user