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

@ -38,5 +38,6 @@
"vim-fugitive": { "branch": "master", "commit": "61b51c09b7c9ce04e821f6cf76ea4f6f903e3cf4" },
"vim-repeat": { "branch": "master", "commit": "65846025c15494983dafe5e3b46c8f88ab2e9635" },
"vim-sleuth": { "branch": "master", "commit": "be69bff86754b1aa5adcbb527d7fcd1635a84080" },
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" }
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" },
"vimtex": { "branch": "master", "commit": "2e1bbabeb2c34bb17d7bc8cfdf8f95b16dd0db0c" }
}

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",