Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 737 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 737 Bytes

telescope-mantoc

A telescope extension to navigate the table of content of man pages

demo

installation

using folke/lazy.nvim

  {
    'rodrigo-sys/telescope-mantoc',
    dependencies = { "nvim-telescope/telescope.nvim" }
  }

setup

require('telescope').load_extension('mantoc')

usage

:Telescope mantoc

maps

vim.keymap.set('n', '<leader>m', ':Telescope mantoc')

I recommend to use the ascending sorting strategy

:Telescope mantoc sorting_strategy=ascending

Todo

  • add demo
  • implement telescope setup
  • share in social media