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:
parent
82df3ed13e
commit
681dd280cb
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ map('n', '<leader>fm',
|
|||
builtin.man_pages {
|
||||
prompt_title = ' Find man pages ',
|
||||
sections = { 'ALL' },
|
||||
man_cmd = { "apropos", ".*" }
|
||||
}
|
||||
end,
|
||||
{ desc = 'Telescope: find man pages' })
|
||||
|
|
Loading…
Add table
Reference in a new issue