36 lines
885 B
JSON
36 lines
885 B
JSON
{
|
|
"coc.preferences.jumpCommand": "drop",
|
|
"list.normalMappings": {
|
|
"e": "action:drop"
|
|
},
|
|
"go.goplsPath": "/home/edgar/.local/share/gopath/bin/gopls",
|
|
"go.goplsUseDaemon": true,
|
|
"go.goplsOptions": {
|
|
"semanticTokens": true
|
|
},
|
|
"clangd.disableSnippetCompletion": false,
|
|
"rust-analyzer.server.path": "/usr/bin/rust-analyzer",
|
|
"rust-analyzer.diagnostics.warningsAsInfo": ["unused_imports"],
|
|
"semanticTokens.enable":true,
|
|
"java.configuration.runtimes": [
|
|
{
|
|
"name": "JavaSE-17",
|
|
"path": "/usr/lib/jvm/java-17-openjdk/",
|
|
"default": true
|
|
}
|
|
],
|
|
"texlab.chktex.onEdit": false,
|
|
"texlab.chktex.onOpenAndSave": false,
|
|
"texlab.latexFormatter": "none",
|
|
"typescript.format.enable": false,
|
|
"languageserver": {
|
|
"Dotnet": {
|
|
"command": "csharp-ls",
|
|
"filetypes": ["cs"],
|
|
"args": [],
|
|
"progressOnInitialization": true,
|
|
"revealOutputChannelOn": "warn"
|
|
}
|
|
}
|
|
}
|