OpenBSD related fixes

This commit is contained in:
Eduardo Cueto-Mendoza 2024-03-14 20:11:54 +00:00
parent e5fb41aaf8
commit c5cc726021
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ vim.g.vimtex_view_method = "zathura"
vim.g.vimtex_general_viewer = "zathura"
vim.g.vimtex_quickfix_mode = 0
-- OBSD options
--vim.g.vimtex_compiler_latexmk={ 'cmd': '' }
-- Ignore mappings
vim.g.vimtex_mappings_enabled = 1