Hello. I was trying to install https://github.com/nvim-telescope/telescope-fzf-native.nvim but hit a dead-end with make command which needs to run first time plugin is initiated. For example, with lazy.nvim it's simple:
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' }
I wasn't able to configure it for rocks.nvim though.
Appreciate your help and keep up the great work!