diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 849d892..52203b5 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -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'