remove secret for now
This commit is contained in:
parent
422a7e329b
commit
b6c6f5008a
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue