This commit is contained in:
Henrik Bakken
2020-05-29 19:43:04 +02:00
parent 17f603c6a4
commit 761fbccaac
4 changed files with 13 additions and 1 deletions
+4
View File
@@ -19,6 +19,7 @@ Plug 'tpope/vim-fugitive'
" markdown
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() } }
Plug 'plasticboy/vim-markdown' " markdown helper.
Plug 'ferrine/md-img-paste.vim'
" helpers
Plug 'scrooloose/nerdcommenter' " commenting tool
Plug 'tpope/vim-surround' " parentheses helper
@@ -344,6 +345,9 @@ let g:mkdp_preview_options={
" sync_scroll_type: 'middle', 'top' or 'relative'
" hide_yaml_meta: if hide yaml metadata, default is 1
" md-img-paste
autocmd FileType markdown nmap <buffer><silent> <leader>p :call mdip#MarkdownClipboardImage()<CR>
" peekaboo
let g:peekaboo_window='vert bo 80new'
let g:peekaboo_delay=1000