Skip to content

Instantly share code, notes, and snippets.

@mwelwankuta
Forked from benawad/coc-settings.json
Last active January 15, 2023 06:47
Show Gist options
  • Save mwelwankuta/2496da2be4a12a95736a965a937ca841 to your computer and use it in GitHub Desktop.
Save mwelwankuta/2496da2be4a12a95736a965a937ca841 to your computer and use it in GitHub Desktop.
coc settings ~/.config/nvim/coc-settings.json
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql",
"go",
"python"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment