This commit is contained in:
Zelong Kuang
2025-05-13 19:37:28 +10:00
commit 9d1536e5af
57 changed files with 5155 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
return {
{
"neovim/nvim-lspconfig",
optional = true,
opts = {
servers = {
texlab = {
keys = {
{ "<Leader>K", "<plug>(vimtex-doc-package)", desc = "Vimtex Docs", silent = true },
},
settings = {
texlab = {
inlayHints = {
labelDefinitions = false,
labelReferences = false,
},
diagnostics = { ignoredPatterns = { "^Overfull", "^Underfull" } },
},
},
},
},
},
},
}