Browse Source

Add markdown preview

master
Schneider 4 years ago
parent
commit
6936f134b9
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 1
      init.vim

1
init.vim

@ -46,6 +46,7 @@ Plug 'neoclide/coc-yaml', { 'do': 'yarn install --frozen-lockfile' }
Plug 'neoclide/coc-python', { 'do': 'yarn install --frozen-lockfile' }
Plug 'marlonfan/coc-phpls', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-sql', { 'do': 'yarn install --frozen-lockfile' }
Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' }
" }}}
" html / templates{{{

Loading…
Cancel
Save