summaryrefslogtreecommitdiff
path: root/.config/nvim/ftplugin/rmd.vim
blob: fae453df10f6c6c0b52e4dbbe9a89559cba5a064 (plain)
1
2
3
4
5
6
" Nvim-R
let R_rconsole_width = 0
let R_openpdf = 0
au BufWritePost *.rmd      silent! :call RWeave("nobib", 1, 1)
au VimLeave    *.rmd !texclear %