From 6a811c9d732a77625629c641215032394fb18721 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 5 May 2022 20:20:03 +0530 Subject: nvim: init: Removing vimtex configuration This is causing issues with latex in Gentoo, too busy to investigate. Maybe a @TODO Signed-off-by: listout --- init.vim | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 7bc70ce..22188f7 100644 --- a/init.vim +++ b/init.vim @@ -31,16 +31,6 @@ let g:markdown_syntax_conceal = 1 let g:markdown_minlines = 100 let g:tex_flavor='latex' -let g:vimtex_compiler_latexmk = { - \ 'executable' : 'latexmk', - \ 'options' : [ - \ '-shell-escape', - \ '-verbose', - \ '-file-line-error', - \ '-synctex=1', - \ '-interaction=nonstopmode', - \ ], - \} "let ch_syntax_for_h = 1 @@ -89,7 +79,7 @@ require'nvim-treesitter.configs'.setup { -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation). -- Using this option may slow down your editor, and you may see some duplicate highlights. -- Instead of true it can also be a list of languages - additional_vim_regex_highlighting = false, + additional_vim_regex_highlighting = true, }, } EOF -- cgit v1.2.3