Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Christoph J. Scherr | 8ca7362bbb | |
Christoph J. Scherr | fa36682e11 | |
Christoph J. Scherr | b6c6f5008a |
|
@ -141,27 +141,10 @@ local servers = {
|
|||
tinymist = {},
|
||||
html = {},
|
||||
cssls = {},
|
||||
tsserver = {},
|
||||
clangd = {},
|
||||
bashls = {},
|
||||
cmake = {},
|
||||
yamlls = {},
|
||||
texlab = {},
|
||||
basedpyright = {
|
||||
root_dir = vim.loop.cwd,
|
||||
flags = { debounce_text_changes = 300 },
|
||||
single_file_support = true,
|
||||
settings = {
|
||||
python = {
|
||||
analysis = {
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = 'openFilesOnly',
|
||||
useLibraryCodeForTypes = true,
|
||||
typeCheckingMode = 'basic',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
rust_analyzer = {
|
||||
settings = {
|
||||
['rust-analyzer'] = {
|
||||
|
@ -226,11 +209,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