Fix coc.nvim change of default first selection

This commit is contained in:
Kenneth Benzie 2022-10-25 11:08:25 +01:00
parent 78ae575efe
commit 5476d9ec86

View File

@ -6,6 +6,7 @@
"diagnostic.hintSign": "▸", "diagnostic.hintSign": "▸",
"diagnostic.infoSign": "▸", "diagnostic.infoSign": "▸",
"diagnostic.warningSign": "▸", "diagnostic.warningSign": "▸",
"suggest.noselect": true,
"yaml.schemas": { "yaml.schemas": {
"https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [ "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [
".gitlab-ci.yml", ".gitlab-ci.yml",