Lazy:
{
'adorostkar/NGG.nvim',
opts = {},
dependencies = {
'nvim-telescope/telescope.nvim',
-- optional
'nvim-lua/plenary.nvim',
}
}
opts = {
telescope = {
-- options that goes into telescope
}
}