commit 2661c4c1ca44e945f719d363627afd858a4952df parent f6de85816800d7aa2b82635b5add11b4073a1ae0 Author: Ashymad <czilukim@o2.pl> Date: Thu, 22 Mar 2018 19:35:10 +0100 TeX improvements Diffstat:
| M | nvim/.config/nvim/init.vim | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim @@ -31,6 +31,9 @@ Plug 'jalvesaq/Nvim-R' " Completion Plug 'Valloric/YouCompleteMe' +" Git +Plug 'tpope/vim-fugitive' + call plug#end() let g:lightline = { @@ -59,8 +62,14 @@ function SetTeXOptions() setlocal spell! spelllang=pl endfunction +let g:Tex_DefaultTargetFormat = 'pdf' +let g:Tex_CompileRule_pdf = 'latexmk -pdf -f $*' +let g:Tex_ViewRule_pdf = 'zathura' + map <C-l> :NERDTreeToggle<CR> +let g:ycm_python_binary_path = 'python' + syntax on colorscheme onedark set noshowmode