AutoYADM commit: 2024-11-19 16:00:02
This commit is contained in:
parent
687a4b79ef
commit
467a7a55d3
1 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue