base latex

This commit is contained in:
Barak Michener 2019-05-20 17:12:17 -07:00
parent ebd4bc0bad
commit ae14fa1171
2 changed files with 14 additions and 1 deletions

10
.latex/basehtml.cfg Normal file
View file

@ -0,0 +1,10 @@
\Preamble{html}
\begin{document}
\Css {body {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 1000px;
}
}
\EndPreamble

5
.vimrc
View file

@ -167,9 +167,10 @@ Plug 'kana/vim-textobj-user'
Plug 'bps/vim-textobj-python'
Plug 'dhruvasagar/vim-zoom'
Plug 'derekwyatt/vim-scala'
Plug 'derekwyatt/vim-scala', {'for': 'scala'}
Plug 'ensime/ensime-vim', { 'do': ':UpdateRemotePlugins' }
Plug 'gabrielelana/vim-markdown'
Plug 'lervag/vimtex'
call plug#end()
@ -260,6 +261,8 @@ let g:syntastic_auto_loc_list = 2
let g:syntastic_loc_list_height = 10
" E111 = Spaces should be multiples of 4. I use 2.
"
" * Polyglot
let g:polyglot_disabled = ['latex']
" * ALE
let g:airline#extensions#ale#enabled = 1