dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/nvim/coc-settings.json

23 lines
1021 B
JSON

{
"coc.preferences.hoverTarget": "float",
"coc.preferences.useQuickfixForLocations": true,
"coc.preferences.bracketEnterImprove": false,
"diagnostic.displayByAle": true,
"suggest.echodocSupport": true,
"suggest.maxPreviewWidth": 100,
"suggest.noselect": false,
"suggest.removeDuplicateItems": true,
"session.saveOnVimLeave": false,
"snippets.extends": {
"javascriptreact": ["javascript"],
"typescript": ["javascript"]
},
"tsserver.npm": "/home/deadguy/.config/yarn/bin/yarn",
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true
}