fix(nvim): vimtex setup

This commit is contained in:
Barrett Ruth 2026-02-16 14:25:20 -05:00
parent 965e074990
commit 730ec10e1c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 5 additions and 9 deletions

View file

@ -119,15 +119,12 @@ return {
},
},
{
enabled = false,
'lervag/vimtex',
lazy = false,
init = function()
vim.g.vimtex_view_method = 'general'
vim.g.vimtex_compiler_method = 'latexmk'
vim.g.vimtex_callback_progpath = '/usr/bin/nvim'
vim.g.vimtex_view_method = 'sioyek'
vim.g.vimtex_quickfix_mode = 0
end,
ft = { 'plaintext', 'tex' },
},
{
'monaqa/dial.nvim',