Files
nvim-config-old/lua/plugins/ltex.lua
2026-01-14 16:47:16 +01:00

12 lines
262 B
Lua

return {
{
"lervag/vimtex",
lazy = false, -- we don't want to lazy load VimTeX
-- tag = "v2.15", -- uncomment to pin to a specific release
init = function()
-- VimTeX configuration goes here, e.g.
vim.g.vimtex_view_method = "zathura"
end,
},
}