From 36e78f59d719f20e4958b0549bc107e2a80a448d Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 10 Sep 2026 12:22:56 +0200 Subject: [PATCH] Nvim: Switch to ltex-plus --- .config/nvim/lua/plugins/nvim-lspconfig.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/plugins/nvim-lspconfig.lua b/.config/nvim/lua/plugins/nvim-lspconfig.lua index e71e6e4..838ee64 100644 --- a/.config/nvim/lua/plugins/nvim-lspconfig.lua +++ b/.config/nvim/lua/plugins/nvim-lspconfig.lua @@ -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" },