|
|
|
@ -182,7 +182,10 @@ require('lazy').setup({
|
|
|
|
|
'nvim-telescope/telescope-fzf-native.nvim',
|
|
|
|
|
-- NOTE: If you are having trouble with this installation,
|
|
|
|
|
-- refer to the README for telescope-fzf-native for more instructions.
|
|
|
|
|
build = 'make',
|
|
|
|
|
-- for non-windows
|
|
|
|
|
-- build = 'make',
|
|
|
|
|
-- for windows
|
|
|
|
|
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
|
|
|
|
|
cond = function()
|
|
|
|
|
return vim.fn.executable 'make' == 1
|
|
|
|
|
end,
|
|
|
|
|