coc.nvim: autoselect first completion match

This commit is contained in:
Daniel Lundin 2019-01-02 17:48:48 +01:00
parent f283813be4
commit 6eb96ff1dd

View file

@ -1,6 +1,7 @@
{
"coc.preferences.diagnostic.errorSign": "",
"coc.preferences.diagnostic.warningSign": "",
"coc.preferences.noselect": false,
"languageserver": {
"bash": {
"command": "bash-language-server",