Skip to content

Instantly share code, notes, and snippets.

@jherdman
Created August 22, 2020 12:30
Show Gist options
  • Save jherdman/b3c6bbf9826842ccb02d0f32c342c861 to your computer and use it in GitHub Desktop.
Save jherdman/b3c6bbf9826842ccb02d0f32c342c861 to your computer and use it in GitHub Desktop.
  1. Start Neovim
  2. :CocConfig
  3. Paste the below:
{
  "coc.preferences.formatOnSaveFiletypes": ["javascript"],
  "prettier.requireConfig": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment