Merge branch 'master' of ssh://86thumbs.net:3022/waldek/vimrc

This commit is contained in:
waldek 2022-05-24 17:18:07 +02:00
commit 7973bf32b3
2 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@ Plugin 'majutsushi/tagbar'
"Plugin 'scrooloose/nerdcommenter'
"Plugin 'kalafut/vim-taskjuggler'
Plugin 'iamcco/markdown-preview.nvim'
Plugin 'skywind3000/asyncrun.vim'
Plugin 'mileszs/ack.vim'
"Plugin 'godlygeek/tabular'
"Plugin 'preservim/vim-markdown'
" debugging inside vim
"Plugin 'Shougo/vimproc.vim'

View File

@ -173,7 +173,7 @@ let g:SignatureMap = {
" set to 1, nvim will open the preview window after entering the markdown buffer
" default: 0
let g:mkdp_auto_start = 1
let g:mkdp_auto_start = 0
" set to 1, the nvim will auto close current preview window when change
" from markdown buffer to another buffer
@ -262,6 +262,6 @@ let g:mkdp_page_title = '${name}'
" these filetypes will have MarkdownPreview... commands
let g:mkdp_filetypes = ['markdown']
autocmd FileType mail nmap <F5> <Plug>MarkdownPreview
autocmd FileType mail nmap <F6> <Plug>MarkdownPreviewStop
autocmd FileType mail nmap <F7> <Plug>MarkdownPreviewToggle
autocmd FileType markdown nmap <F5> <Plug>MarkdownPreview
autocmd FileType markdown nmap <F6> <Plug>MarkdownPreviewStop
autocmd FileType markdown nmap <F7> <Plug>MarkdownPreviewToggle