All Projects → epii1 → tagbar-markdown

epii1 / tagbar-markdown

Licence: MIT license
vim-tagbar extension for markdown

Programming Languages

PHP
23972 projects - #3 most used programming language
Vim Script
2826 projects

Projects that are alternatives of or similar to tagbar-markdown

.vimrc
My Vim Setup
Stars: ✭ 24 (-47.83%)
Mutual labels:  tagbar
Tagbar
Vim plugin that displays tags in a window, ordered by scope
Stars: ✭ 5,322 (+11469.57%)
Mutual labels:  tagbar
tagbar.kak
Tag viewer for Kakoune
Stars: ✭ 19 (-58.7%)
Mutual labels:  tagbar

tagbar markdown extension

Intro

tagbar-markdown is a tagbar extension for markdown.

Screenshot

2017-02-01_1359x723

Install

Plug 'majutsushi/tagbar'
Plug 'lvht/tagbar-markdown'
  • Use dein.vim to lazy load plugin, and check the requirements.
call dein#add('', {'on_cmd' : 'TagbarToggle'})
call dein#add('', {'on_ft' : 'markdown', 'if' : executable('php')})

Please make sure php is in your $PATH and the bin/mdctags has execute permission.

execute ':MDAgenda' to insert content agenda in the current line.

Enjoy :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].