diff --git a/coc-settings.json b/coc-settings.json index 3dea6f3..f66a050 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -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, diff --git a/vimrc b/vimrc index 6bc63fa..1fc6b7a 100644 --- a/vimrc +++ b/vimrc @@ -352,7 +352,7 @@ command -nargs=* C !g++ %:p command -nargs=* CR rightb 15split +term\ g++\ \ %:p\ &&\ ./a.out command R rightb 15split +term\ ./a.out command! -nargs=* G CocList --normal --auto-preview grep -folder -command! -nargs=* F CocList --normal --auto-preview files -folder +command! -nargs=* F CocList --auto-preview files -folder