diff --git a/lua/custom/plugins/configs/lsp.lua b/lua/custom/plugins/configs/lsp.lua index 2b92a65..daa3190 100644 --- a/lua/custom/plugins/configs/lsp.lua +++ b/lua/custom/plugins/configs/lsp.lua @@ -226,11 +226,11 @@ local servers = { -- load token and additional languagetool items later }, }, - languageToolOrg = { - apiKey = require 'custom.secret.languagetool', - username = 'accounts@cscherr.de', - languageToolHttpServerUrl = 'https://api.languagetoolplus.com/v2/', - }, + -- languageToolOrg = { + -- apiKey = require 'custom.secret.languagetool', + -- username = 'accounts@cscherr.de', + -- languageToolHttpServerUrl = 'https://api.languagetoolplus.com/v2/', + -- }, languageToolHttpServerUrl = 'https://api.languagetoolplus.com/v2/', }, lua_ls = {