mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 02:50:05 +08:00
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
|
*markdown.txt* vim markdown syntax and filetype plugin
|
||
|
wsdjeg *markdown*
|
||
|
|
||
|
==============================================================================
|
||
|
CONTENTS *markdown-contents*
|
||
|
1. Introduction.............................................|markdown-intro|
|
||
|
2. Configuration...........................................|markdown-config|
|
||
|
|
||
|
==============================================================================
|
||
|
INTRODUCTION *markdown-intro*
|
||
|
|
||
|
This is Markdown plugin for SpaceVim, It is based on SpaceVim API. This plugin
|
||
|
include syntax file for Markdown.
|
||
|
|
||
|
==============================================================================
|
||
|
CONFIGURATION *markdown-config*
|
||
|
|
||
|
*g:markdown_default_mappings*
|
||
|
Enable/Disable default mappings when edit markdown file, by default it is
|
||
|
enabled.
|
||
|
|
||
|
*g:vim_markdown_auto_insert_bullets*
|
||
|
Enable/Disable auto insert bullets, by default it is enabled.
|
||
|
|
||
|
*g:markdown_hi_error*
|
||
|
Enable/Disable highlight for markdown error.
|
||
|
|
||
|
|
||
|
vim:tw=78:ts=8:ft=help:norl:
|