Added markdown preview plugin

This commit is contained in:
Sebastian 2021-04-07 15:41:21 +02:00
parent f3c0e0880b
commit 45c2fa56d1

View file

@ -15,6 +15,9 @@ endif
call plug#begin('~/.vim/bundle')
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
" Add git changes to front of the line
Plug 'airblade/vim-gitgutter'
@ -286,6 +289,10 @@ let g:ale_fixers = {'python': ['isort', 'black'],
\'tex': ['latexindent']}
" Markdown spellchecking
" autocmd FileType markdown setlocal spell spelllang=de " not working yet
" colorscheme toggle dark/light:
function! s:SwitchColorscheme()
if g:colors_name == 'darcula'