nvim/lazy: latex plugin

This commit is contained in:
Primrose 2025-11-08 21:47:39 +08:00
parent efdba54fc4
commit 156181fc14
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 8 additions and 1 deletions

View file

@ -114,6 +114,12 @@ local plugins = {
},
-- The haskell lexer
"vim-scripts/alex.vim",
{
-- https://github.com/lervag/vimtex#lazynvim
"lervag/vimtex",
lazy = false,
version = "^2",
},
{
"nvim-telescope/telescope.nvim",
branch = "0.1.x",