LSP configuration for LaTeX
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user