mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
Use a quick markdown plugin
This commit is contained in:
parent
5f5002c04a
commit
1fa59c3002
@ -1,6 +1,6 @@
|
||||
function! SpaceVim#layers#lang#markdown#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['gabrielelana/vim-markdown',{ 'on_ft' : 'markdown'}])
|
||||
call add(plugins, ['tpope/vim-markdown',{ 'on_ft' : 'markdown'}])
|
||||
call add(plugins, ['joker1007/vim-markdown-quote-syntax',{ 'on_ft' : 'markdown'}])
|
||||
call add(plugins, ['mzlogin/vim-markdown-toc',{ 'on_ft' : 'markdown'}])
|
||||
call add(plugins, ['iamcco/mathjax-support-for-mkdp',{ 'on_ft' : 'markdown'}])
|
||||
@ -9,6 +9,7 @@ function! SpaceVim#layers#lang#markdown#plugins() abort
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#layers#lang#markdown#config() abort
|
||||
let g:markdown_minlines = 100
|
||||
let g:markdown_enable_mappings = 0
|
||||
let g:markdown_enable_insert_mode_leader_mappings = 0
|
||||
let g:markdown_enable_spell_checking = 0
|
||||
|
@ -4,7 +4,6 @@ title: "Documentation"
|
||||
|
||||
# SpaceVim Documentation
|
||||
|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
* [Core Pillars](#core-pillars)
|
||||
* [Mnemonic](#mnemonic)
|
||||
|
Loading…
Reference in New Issue
Block a user