AutoYADM commit: 2024-11-19 16:00:02

This commit is contained in:
Daniel Fichtinger 2024-11-19 16:00:02 -05:00
parent 687a4b79ef
commit 467a7a55d3

View file

@ -1,7 +1,31 @@
return {
{
"neovim/nvim-lspconfig",
opts = {},
opts = {
servers = {
ltex = {
settings = {
ltex = {
language = "en",
enabled = {
"latex",
"tex",
"bib",
"md",
"markdown",
},
-- checkFrequency = { "save" },
-- diagnosticSeverity = "information",
-- sentencetCacheSize = 5000,
-- additionalRules = {
-- enablePickyRules = true,
-- motherTongue = "en",
-- },
},
},
},
},
},
},
{
"williamboman/mason-lspconfig.nvim",