Added markdown preview plugin
This commit is contained in:
parent
f3c0e0880b
commit
45c2fa56d1
1 changed files with 7 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ endif
|
||||||
|
|
||||||
call plug#begin('~/.vim/bundle')
|
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
|
" Add git changes to front of the line
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
|
||||||
|
|
@ -286,6 +289,10 @@ let g:ale_fixers = {'python': ['isort', 'black'],
|
||||||
\'tex': ['latexindent']}
|
\'tex': ['latexindent']}
|
||||||
|
|
||||||
|
|
||||||
|
" Markdown spellchecking
|
||||||
|
" autocmd FileType markdown setlocal spell spelllang=de " not working yet
|
||||||
|
|
||||||
|
|
||||||
" colorscheme toggle dark/light:
|
" colorscheme toggle dark/light:
|
||||||
function! s:SwitchColorscheme()
|
function! s:SwitchColorscheme()
|
||||||
if g:colors_name == 'darcula'
|
if g:colors_name == 'darcula'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue