1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Markdown preview opens vertical split by default now

This commit is contained in:
2020-01-09 11:49:43 +01:00
parent 7d238fa747
commit 4f4b0c4461

1
.vimrc
View File

@@ -400,6 +400,7 @@ let g:vim_markdown_fenced_languages = ['c++=cpp', 'viml=vim', 'bash=sh', 'ini=do
" Preview markdown files with :PreviewMarkdown - needs mdr from
" https://github.com/MichaelMure/mdr
Plug 'skanehira/preview-markdown.vim'
let g:preview_markdown_vertical = 1
" The NERD Commenter: A plugin that allows for easy commenting of code for