remove secret for now

This commit is contained in:
Christoph J. Scherr 2024-09-10 12:30:25 +02:00
parent 422a7e329b
commit b6c6f5008a
1 changed files with 5 additions and 5 deletions

View File

@ -226,11 +226,11 @@ local servers = {
-- load token and additional languagetool items later -- load token and additional languagetool items later
}, },
}, },
languageToolOrg = { -- languageToolOrg = {
apiKey = require 'custom.secret.languagetool', -- apiKey = require 'custom.secret.languagetool',
username = 'accounts@cscherr.de', -- username = 'accounts@cscherr.de',
languageToolHttpServerUrl = 'https://api.languagetoolplus.com/v2/', -- languageToolHttpServerUrl = 'https://api.languagetoolplus.com/v2/',
}, -- },
languageToolHttpServerUrl = 'https://api.languagetoolplus.com/v2/', languageToolHttpServerUrl = 'https://api.languagetoolplus.com/v2/',
}, },
lua_ls = { lua_ls = {