vim: i misunderstood coc lists, sorry
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
"list.normalMappings": {
|
"list.normalMappings": {
|
||||||
"e": "action:drop"
|
"e": "action:drop"
|
||||||
},
|
},
|
||||||
"list.source.files.command": "rg",
|
"list.maxPreviewHeight": 16,
|
||||||
"list.source.files.args": ["--files"],
|
"list.floatPreview": true,
|
||||||
"list.source.files.filterByName": true,
|
"list.source.files.filterByName": true,
|
||||||
"go.goplsPath": "/usr/bin/gopls",
|
"go.goplsPath": "/usr/bin/gopls",
|
||||||
"go.goplsUseDaemon": true,
|
"go.goplsUseDaemon": true,
|
||||||
|
2
vimrc
2
vimrc
@@ -352,7 +352,7 @@ command -nargs=* C !g++ %:p <Args>
|
|||||||
command -nargs=* CR rightb 15split +term\ g++\ <Args>\ %:p\ &&\ ./a.out
|
command -nargs=* CR rightb 15split +term\ g++\ <Args>\ %:p\ &&\ ./a.out
|
||||||
command R rightb 15split +term\ ./a.out
|
command R rightb 15split +term\ ./a.out
|
||||||
command! -nargs=* G CocList --normal --auto-preview grep -folder <Args>
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user