nvim: fix :Telescope man_pages in macOS Ventura

See: https://github.com/nvim-telescope/telescope.nvim/issues/2326#issuecomment-1407502328
This commit is contained in:
Fernando Schauenburg 2023-01-28 23:37:39 +01:00
parent 82df3ed13e
commit 681dd280cb

View file

@ -117,6 +117,7 @@ map('n', '<leader>fm',
builtin.man_pages { builtin.man_pages {
prompt_title = '  Find man pages ', prompt_title = '  Find man pages ',
sections = { 'ALL' }, sections = { 'ALL' },
man_cmd = { "apropos", ".*" }
} }
end, end,
{ desc = 'Telescope: find man pages' }) { desc = 'Telescope: find man pages' })