From b6c6f5008ab50edbc2d41dbb1169732e690587ac Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 10 Sep 2024 12:30:25 +0200 Subject: [PATCH] remove secret for now --- lua/custom/plugins/configs/lsp.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = {