updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user