vim: show man pages from all sections with telescope

This commit is contained in:
Fernando Schauenburg 2022-07-18 16:48:10 +02:00
parent b03d7d016d
commit 55f73c2ef5

View file

@ -31,7 +31,10 @@ M.find_help = function()
end
M.find_manpages = function()
builtin.man_pages { prompt_title = '  Find man pages ' }
builtin.man_pages {
prompt_title = '  Find man pages ',
sections = { 'ALL' },
}
end
M.find_options = function()