vim-instant-markdown
This commit is contained in:
parent
35570cd23e
commit
72665001d2
|
@ -120,6 +120,10 @@ Plug 'wakatime/vim-wakatime'
|
||||||
" https://github.com/junegunn/vim-easy-align
|
" https://github.com/junegunn/vim-easy-align
|
||||||
Plug 'junegunn/vim-easy-align'
|
Plug 'junegunn/vim-easy-align'
|
||||||
|
|
||||||
|
" vim-instant-markdown
|
||||||
|
" https://github.com/suan/vim-instant-markdown
|
||||||
|
Plug 'suan/vim-instant-markdown'
|
||||||
|
|
||||||
" asyncomplete.vim
|
" asyncomplete.vim
|
||||||
" https://github.com/prabirshrestha/asyncomplete.vim
|
" https://github.com/prabirshrestha/asyncomplete.vim
|
||||||
" Plug 'prabirshrestha/asyncomplete.vim'
|
" Plug 'prabirshrestha/asyncomplete.vim'
|
||||||
|
@ -482,6 +486,10 @@ function! ToggleColorPreview() abort
|
||||||
endfunction
|
endfunction
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
" vim-instant-markdown
|
||||||
|
" this doesn't work - issue is open in guthub
|
||||||
|
let g:instant_markdown_open_to_the_world = 1
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" vim: foldmethod=marker
|
" vim: foldmethod=marker
|
||||||
|
|
Loading…
Reference in New Issue