@ -35,3 +35,22 @@ inoremap <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u
""" Plugins
lua require('plugins')
"" LaTeX
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_quickfix_mode=0
let g:vimtex_syntax_conceal = {
\ 'accents': 1,
\ 'cites': 1,
\ 'fancy': 1,
\ 'greek': 1,
\ 'math_bounds': 1,
\ 'math_delimiters': 1,
\ 'math_fracs': 1,
\ 'math_super_sub': 1,
\ 'math_symbols': 1,
\ 'sections': 1,
\ 'styles': 1,
\}
set conceallevel=2
@ -4,4 +4,10 @@ return require('packer').startup(function()
use 'shaunsingh/nord.nvim'
use 'preservim/nerdtree'
use {
'lervag/vimtex',
tag = 'v2.9',
ft = 'tex'
}
end)
@ -2,3 +2,4 @@ README.md
COPYING
.gitignore
.git
.gitmodules