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
|
|
@ -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" }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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