vim: i misunderstood coc lists, sorry

This commit is contained in:
2025-07-10 18:40:50 +08:00
parent 2e1f2b8a5e
commit 78dcc5ea04
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
"list.normalMappings": {
"e": "action:drop"
},
"list.source.files.command": "rg",
"list.source.files.args": ["--files"],
"list.maxPreviewHeight": 16,
"list.floatPreview": true,
"list.source.files.filterByName": true,
"go.goplsPath": "/usr/bin/gopls",
"go.goplsUseDaemon": true,