echom"Error: the current operating system won't support my Vim Config"
letg:os_current="Other"
endif
endif
" ---------------------------------------------
" Plugin settings
" ------------------
callplug#begin()
Plug'https://github.com/Badacadabra/vim-archery'
Plug'vim-airline/vim-airline'
Plug'vim-airline/vim-airline-themes'
Plug'lervag/vimtex'
Plug'Valloric/YouCompleteMe'
callplug#end()
" Theme configuration
@ -57,3 +73,22 @@ let g:airline#extensions#tabline#left_alt_sep = '|'
letg:airline_symbols= {}
letg:airline_symbols.colnr=' ㏇:'
" LaTeX
letg:tex_flavor='latex'
setsw=2
setiskeyword+=:
letg:vimtex_view_method="skim"
letg:vimtex_compiler_latexmk= {'options' : ['-pdf','-shell-escape','-verbose','-file-line-error','-synctex=1','-interaction=nonstopmode',],} " we need to enable -shell-escape to be able to use externalization library for avioiding recompiling unchanged diagrams/graphs created using tikz/pgfplots