Add virtualtext and remove efm

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-04 12:11:33 +02:00
parent bc44da0f52
commit a986b5bd3a
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -3,6 +3,7 @@
"suggest.noselect": false,
"suggest.echodocSupport": true,
"suggest.maxCompleteItemCount": 20,
"diagnostic.virtualText": true,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
@ -34,11 +35,6 @@
"args": ["start"],
"filetypes": ["xml"],
"ignoredRootPaths": ["~"]
},
"efm": {
"command": "~/.bin/go/bin/efm-langserver",
"args": [],
"filetypes": ["markdown"]
}
}
}