better synctex

This commit is contained in:
2025-08-26 17:26:34 +02:00
parent 34b51ab55a
commit d581f21da5
4 changed files with 10 additions and 19 deletions

View File

@@ -41,15 +41,7 @@ require('pckr').add{
'lukas-reineke/indent-blankline.nvim';
'JoosepAlviste/nvim-ts-context-commentstring';
'numToStr/Comment.nvim';
{
'lervag/vimtex';
config = function()
vim.cmd([[
let g:vimtex_view_method = 'zathura_simple'
let g:vimtex_view_automatic = 0
]])
end,
};
'lervag/vimtex';
{
'neovim/nvim-lspconfig',
requires = {