summaryrefslogtreecommitdiff
path: root/.config/nvim/ftplugin/rnoweb.vim
blob: f4b7453abb46fb47590b628daf9ad3b52b86637a (plain)
1
2
3
4
5
6
7
8
autocmd BufEnter * :UltiSnipsAddFiletypes tex.r

" Nvim-R
let R_rconsole_width = 0
let R_openpdf = 0
au BufWritePost *.rnw,      silent! :call RWeave("nobib", 1, 1)
au VimLeave    *.rnw !texclear %