aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/ftplugin/tex.vim
blob: 4e643f177880c2250927cccb7f132d54c67911e2 (plain)
1
2
3
4
5
setlocal cc=86
setlocal textwidth=85
noremap \b c\begin{<C-R>"}<CR>\end{<C-R>"}
let g:Tex_SmartKeyQuote=0