1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Add README for setting up markdown2ctags

This commit is contained in:
jdhao 2019-10-18 12:53:27 +08:00 committed by GitHub
parent d57ecccd0a
commit 0621506858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tools/README.md Normal file
View File

@ -0,0 +1,2 @@
For the detail on how to set up `markdown2ctags.py` for showing Markdown tags in tagbar,
see [this post](https://jdhao.github.io/2019/10/15/tagbar_markdown_setup/).