Rmd support

This commit is contained in:
Grigory Shipunov 2021-10-21 17:55:10 +02:00
parent b440e5d9b8
commit 249755c7ec
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -9,6 +9,9 @@ if has('nvim')
Plug 'cespare/vim-toml'
Plug 'JuliaEditorSupport/julia-vim'
Plug 'lervag/vimtex'
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'vim-pandoc/vim-rmarkdown'
call plug#end()
@ -82,4 +85,5 @@ nnoremap U :echo "NOPE!"<CR>
" do not conceal stuff
set conceallevel=0
" and another time for supid ones who continue to insist
let g:pandoc#syntax#conceal#use = 0
let g:tex_conceal = ''