Files
rcfiles/coc-settings.json
Edgaru089 8cde92a219 vim: F3/F4 to tab left/right
got tired of typing gt/gT all the time
2025-07-31 13:39:16 +08:00

41 lines
1.0 KiB
JSON

{
"coc.preferences.jumpCommand": "drop",
"list.normalMappings": {
"e": "action:drop",
"v":"action:vsplit"
},
"list.maxPreviewHeight": 16,
"list.floatPreview": true,
"list.source.files.filterByName": true,
"list.source.files.defaultAction": "tabe",
"go.goplsPath": "/usr/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"
}
}
}