1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-19 16:27:45 +02:00

nvim: added latex spellcheck lsp

This commit is contained in:
tiyn 2024-03-01 18:59:51 +01:00
parent e655afde55
commit eb4ab1d7d2

View File

@ -25,6 +25,8 @@ return {
"gopls", "gopls",
"html", "html",
"jsonls", "jsonls",
"lemminx",
"ltex",
"lua_ls", "lua_ls",
"marksman", "marksman",
"nimls", "nimls",
@ -33,7 +35,6 @@ return {
"sqlls", "sqlls",
"texlab", "texlab",
"tsserver", "tsserver",
"lemminx",
"yamlls", "yamlls",
} }
}) })