Files
dotfiles/dot_vim/coc-settings.json
T
Faye Lorenz d67a9f0f93 init
2026-02-27 00:02:50 -06:00

39 lines
748 B
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.
{
"snippets.ultisnips.enable": false,
"suggest.noselect": false,
"suggest.enablePreselect": true,
"inlayHint.enable": false,
"diagnostic.virtualText": false,
"diagnostic.enable": true,
"diagnostic.errorSign": "✗",
"diagnostic.warningSign": "•",
"diagnostic.infoSign": "",
"diagnostic.hintSign": "➤",
"hover.floatConfig": {
"border": true,
"rounded": true
},
"suggest.floatConfig": {
"border": true,
"rounded": true
},
"diagnostic.floatConfig": {
"border": true,
"rounded": true
},
"signature.floatConfig": {
"border": true,
"rounded": true
},
"markdownlint.config": {
"line-length": false,
"no-inline-html": false
},
"html.filetypes": [
"html",
"liquid",
"markdown",
"liquid.markdown"
]
}