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

2
vimrc
View File

@@ -352,7 +352,7 @@ command -nargs=* C !g++ %:p <Args>
command -nargs=* CR rightb 15split +term\ g++\ <Args>\ %:p\ &&\ ./a.out
command R rightb 15split +term\ ./a.out
command! -nargs=* G CocList --normal --auto-preview grep -folder <Args>
command! -nargs=* F CocList --normal --auto-preview files -folder <Args>
command! -nargs=* F CocList --auto-preview files -folder <Args>