Add proper LaTeX support (finally)

This commit is contained in:
salomaestro
2025-02-22 01:24:32 +01:00
parent 07cf759d98
commit bb87a70cb2
3 changed files with 46 additions and 7 deletions

View File

@@ -103,6 +103,10 @@ return {
"lua",
"python",
"markdown",
"latex",
},
highlight = {
enable = true,
},
},
},
@@ -258,4 +262,9 @@ return {
lazy = false,
},
{
"barreiroleo/ltex-extra.nvim",
ft = { "markdown", "tex" },
dependencies = { "neovim/nvim-lspconfig" },
},
}