configuration/config/nvim/ftplugin/tex.vim

14 lines
231 B
VimL
Raw Normal View History

2015-12-29 21:26:04 +01:00
" Make a pdf
2016-02-22 09:05:56 +01:00
nnoremap <buffer> <Leader>c :T pdflatex '%'<CR>
2015-12-29 21:26:04 +01:00
nnoremap <buffer> <Leader>i :!rifle '%:p:r.pdf'<CR><CR>
" Indent
setlocal tabstop=2
setlocal shiftwidth=2
setlocal softtabstop=2
" Folding
setlocal foldmethod=marker