LSP configuration for LaTeX

This commit is contained in:
2024-10-09 09:08:49 +02:00
parent c0ad357563
commit cfa581bf05
2 changed files with 10 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ return {
"nvim-tree/nvim-web-devicons",
{ "romgrk/barbar.nvim", wants = "nvim-web-devicons" },
"mhinz/vim-startify",
"p00f/nvim-ts-rainbow",
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
@@ -45,10 +46,14 @@ return {
sync_install = false,
highlight = { enable = true },
indent = { enable = true },
rainbow = {
enable = true,
extended_mode = true,
max_file_lines = 3000,
},
})
end,
},
"p00f/nvim-ts-rainbow",
"dense-analysis/ale",
"f-person/git-blame.nvim",
"dstein64/vim-startuptime",