A telescope extension to navigate the table of content of man pages
using folke/lazy.nvim
{
'rodrigo-sys/telescope-mantoc',
dependencies = { "nvim-telescope/telescope.nvim" }
}
require('telescope').load_extension('mantoc')
:Telescope mantoc
maps
vim.keymap.set('n', '<leader>m', ':Telescope mantoc')
I recommend to use the ascending sorting strategy
:Telescope mantoc sorting_strategy=ascending
- add demo
- implement telescope setup
- share in social media