mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim/lazy: latex plugin
This commit is contained in:
parent
efdba54fc4
commit
156181fc14
2 changed files with 8 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue