base latex
This commit is contained in:
parent
144e32baf9
commit
52c6726aac
2 changed files with 14 additions and 1 deletions
10
.latex/basehtml.cfg
Normal file
10
.latex/basehtml.cfg
Normal 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
5
.vimrc
|
|
@ -166,9 +166,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()
|
||||
|
||||
|
|
@ -259,6 +260,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue