summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.vim12
1 files changed, 1 insertions, 11 deletions
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