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:
@@ -7,7 +7,7 @@ return {
|
|||||||
},
|
},
|
||||||
lazy = false,
|
lazy = false,
|
||||||
opts = {
|
opts = {
|
||||||
automatic_setup = true,
|
automatic_enable = true,
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"asm_lsp",
|
"asm_lsp",
|
||||||
"clangd",
|
"clangd",
|
||||||
@@ -16,7 +16,7 @@ return {
|
|||||||
"html",
|
"html",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
"lemminx",
|
"lemminx",
|
||||||
"ltex",
|
"ltex_plus",
|
||||||
"texlab",
|
"texlab",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"marksman",
|
"marksman",
|
||||||
@@ -38,7 +38,7 @@ return {
|
|||||||
progress = true,
|
progress = true,
|
||||||
}
|
}
|
||||||
local servers = {
|
local servers = {
|
||||||
ltex = {
|
ltex_plus = {
|
||||||
settings = {
|
settings = {
|
||||||
ltex = {
|
ltex = {
|
||||||
enabled = { "latex", "markdown" },
|
enabled = { "latex", "markdown" },
|
||||||
|
|||||||
Reference in New Issue
Block a user