fix: coc-action mapping, drop autoformat

This commit is contained in:
Andrejus
2021-03-28 12:43:28 +01:00
parent d87184c0c1
commit 850dc1102d
4 changed files with 9 additions and 22 deletions

View File

@@ -1,26 +1,4 @@
{
"coc.preferences.formatOnSaveFiletypes": [
"css",
"dockerfile",
"elm",
"html",
"javascript",
"javascriptreact",
"json",
"make",
"markdown",
"perl",
"python",
"sh",
"svg",
"tf",
"toml",
"typescript",
"typescriptreact",
"vim",
"xml",
"yaml"
],
"coc.preferences.extensionUpdateCheck": "daily",
"list.source.files.args": ["--hidden", "--files"],