coc vetur
This commit is contained in:
parent
31d089f494
commit
a948c506d6
|
@ -6,24 +6,28 @@
|
||||||
"suggest.timeout": 1000,
|
"suggest.timeout": 1000,
|
||||||
"suggest.echodocSupport": true,
|
"suggest.echodocSupport": true,
|
||||||
"signature.enable": true,
|
"signature.enable": true,
|
||||||
"coc.preferences.triggerSignatureHelp": true,
|
|
||||||
"diagnostic.enable": true,
|
"diagnostic.enable": true,
|
||||||
"diagnostic.warningSign": "λ",
|
"diagnostic.warningSign": "λ",
|
||||||
"diagnostic.errorSign": "Λ",
|
"diagnostic.errorSign": "Λ",
|
||||||
"diagnostic.infoSign": "λ",
|
"diagnostic.infoSign": "λ",
|
||||||
"diagnostic.hintSign": "λ",
|
"diagnostic.hintSign": "λ",
|
||||||
"coc.source.buffer.ignoreGitignore": true,
|
"coc.source.buffer.ignoreGitignore": true,
|
||||||
|
"vetur.format.defaultFormatter.js": "prettier-eslint",
|
||||||
|
"vetur.format.defaultFormatter.html": "prettier",
|
||||||
|
"vetur.format.defaultFormatter.scss": "prettier",
|
||||||
|
"python.linting.flake8Enabled": true,
|
||||||
|
"python.linting.flake8Path": "/home/ray/.local/bin/flake8",
|
||||||
|
"python.linting.lintOnSave": true,
|
||||||
|
"python.formatting.provider": "black",
|
||||||
|
"python.formatting.blackPath": "/home/ray/.local/bin/black",
|
||||||
|
"coc.preferences.formatOnSaveFiletypes": ["python", "vue"],
|
||||||
|
|
||||||
|
"coc.preferences.triggerSignatureHelp": true,
|
||||||
"javascript.suggestionActions.enabled": false,
|
"javascript.suggestionActions.enabled": false,
|
||||||
"eslint.enable": true,
|
"eslint.enable": true,
|
||||||
"eslint.autoFixOnSave": true,
|
"eslint.autoFixOnSave": true,
|
||||||
"eslint.filetypes": [
|
"eslint.filetypes": [
|
||||||
"javascript",
|
"javascript",
|
||||||
"vue"
|
"vue"
|
||||||
],
|
]
|
||||||
"python.linting.flake8Enabled": true,
|
|
||||||
"python.linting.flake8Path": "/home/ray/.local/bin/flake8",
|
|
||||||
"python.linting.lintOnSave": true,
|
|
||||||
"python.formatting.provider": "black",
|
|
||||||
"python.formatting.blackPath": "/home/ray/.local/bin/black",
|
|
||||||
"coc.preferences.formatOnSaveFiletypes": ["python"]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue