1
Fork 0

nvim: Add LaTeX support using vimtex

This commit is contained in:
caem 2024-07-25 21:23:52 +02:00
parent 1575659c7b
commit 95b9318585
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
return {
"lervag/vimtex",
lazy = false,
init = function()
vim.g.vimtex_view_method = "zathura"
end
}

View file

@ -14,6 +14,7 @@
gcc gcc
basedpyright basedpyright
rust-analyzer rust-analyzer
zathura
]; ];
}; };