Dotfiles/site-modules/core/files/vim/coc-settings.json
Ade Attwood 80239af169 refactor(core): start to make dotfiles public
This is the first commit that brings the privet dotfiles to a public
reop previously this was all one puppet module. Now this has been split
out so I can put all of the private files in a private puppet module
2020-09-20 06:22:17 +01:00

63 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"diagnostic.virtualText": true,
"diagnostic.enableHighlightLineNumber": false,
"diagnostic.errorSign": "❌",
"diagnostic.warningSign": "⚠",
"diagnostic.infoSign": "",
"diagnostic.hintSign": "",
"coc.preferences.hoverTarget": "preview",
"suggest.floatEnable": false,
"diagnostic.messageTarget": "echo",
"json.schemas": [
{
"url": "https://git.baln.co.uk/general/conventional-tools/blob/master/src/config.schema.json"
}
],
"yaml.schemas": {
"https://git.baln.co.uk/general/conventional-tools/raw/master/src/config.schema.json": "/.ctrc.yml"
},
"cSpell.language": "en-GB",
"cSpell.dictionaryDefinitions": [
{"name": "ade", "path": "/home/ade/.vim/spell/en.utf-8.add"}
],
"cSpell.dictionaries": ["ade"],
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"gitcommit",
"go",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascript.jsx",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"pug",
"python",
"restructuredtext",
"rust",
"scala",
"scss",
"text",
"typescript",
"typescript.jsx",
"typescriptreact",
"vim",
"yaml",
"yml"
],
"cSpell.userWords": ["enviopemt", "loded"]
}