diff options
author | A Farzat <a@farzat.xyz> | 2024-10-01 23:48:41 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-01 23:48:41 +0900 |
commit | 7cbefbb9acea27c18718d32a3c20b87886971e8a (patch) | |
tree | c0ffa3090f548776f75667105086e923a7d5411e /plugin-settings/vimtex.vim | |
parent | 6504a7df972c7a937ab58b103edb8c8f3ebb594b (diff) | |
download | nvim-7cbefbb9acea27c18718d32a3c20b87886971e8a.tar.gz nvim-7cbefbb9acea27c18718d32a3c20b87886971e8a.zip |
Add the remaining plugin-settings
Diffstat (limited to 'plugin-settings/vimtex.vim')
-rw-r--r-- | plugin-settings/vimtex.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin-settings/vimtex.vim b/plugin-settings/vimtex.vim new file mode 100644 index 0000000..f90494b --- /dev/null +++ b/plugin-settings/vimtex.vim @@ -0,0 +1,7 @@ +let g:tex_flavor = 'latex' +let g:vimtex_view_method='zathura' +let g:vimtex_compiler_progname='nvr' +let g:vimtex_quickfix_mode = 0 +"let g:tex_conceal = '' +"let g:tex_syntax_conceal_default = 0 +"let g:vimtex_quickfix_autoclose_after_keystrokes = 1 |