1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-09-10 12:41:35 +02:00

Nvim: Switch to ltex-plus

This commit is contained in:
2026-09-10 12:22:56 +02:00
parent 44526a1830
commit 36e78f59d7

View File

@@ -7,7 +7,7 @@ return {
},
lazy = false,
opts = {
automatic_setup = true,
automatic_enable = true,
ensure_installed = {
"asm_lsp",
"clangd",
@@ -16,7 +16,7 @@ return {
"html",
"jsonls",
"lemminx",
"ltex",
"ltex_plus",
"texlab",
"lua_ls",
"marksman",
@@ -38,7 +38,7 @@ return {
progress = true,
}
local servers = {
ltex = {
ltex_plus = {
settings = {
ltex = {
enabled = { "latex", "markdown" },