Open carvalhoviniciusluiz opened 2 years ago
in vscode I have this configuration and I want to pass everything to nvim but it's not working
// .vscode/settings.json { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml" }, "editor.codeActionsOnSave": { "source.fixAll": true, "source.organizeImports": true }, "typescript.preferences.importModuleSpecifier": "non-relative", "js/ts.implicitProjectConfig.experimentalDecorators": true, "files.eol": "\n", "editor.tabSize": 2 }
on nvim i'm having this problem
but there shouldn't be a space between braces
my coc-settings.json file
coc-settings.json
any tips?
I thought it might be something in my prettier settings but it's working in vscode so it can't be
I even opened this problem,
https://github.com/prettier/eslint-plugin-prettier/issues/473
but if it solves here I'll close it and point to this one
Seems you need prettier to format your document, but it's not working, checkout output by :CocCommand workspace.showOutput Prettier
:CocCommand workspace.showOutput Prettier
in vscode I have this configuration and I want to pass everything to nvim but it's not working
on nvim i'm having this problem
but there shouldn't be a space between braces
my
coc-settings.json
fileany tips?
I thought it might be something in my prettier settings but it's working in vscode so it can't be
I even opened this problem,
https://github.com/prettier/eslint-plugin-prettier/issues/473
but if it solves here I'll close it and point to this one