vim: screw list grep/files

This commit is contained in:
2025-07-10 18:26:47 +08:00
parent ad3de86745
commit 2e1f2b8a5e
2 changed files with 6 additions and 8 deletions

View File

@@ -3,7 +3,10 @@
"list.normalMappings": {
"e": "action:drop"
},
"go.goplsPath": "/home/edgar/.local/share/gopath/bin/gopls",
"list.source.files.command": "rg",
"list.source.files.args": ["--files"],
"list.source.files.filterByName": true,
"go.goplsPath": "/usr/bin/gopls",
"go.goplsUseDaemon": true,
"go.goplsOptions": {
"semanticTokens": true