Compare commits
2 commits
8ca7362bbb
...
dea40137e5
Author | SHA1 | Date | |
---|---|---|---|
dea40137e5 | |||
1cedb2fbc9 |
1 changed files with 5 additions and 5 deletions
|
@ -209,11 +209,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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue