Skip to content

Instantly share code, notes, and snippets.

@maghorbani
Created March 31, 2021 14:47
Show Gist options
  • Save maghorbani/579cd4cf7794dd9c1cc368991f80e56f to your computer and use it in GitHub Desktop.
Save maghorbani/579cd4cf7794dd9c1cc368991f80e56f to your computer and use it in GitHub Desktop.
coc settings -> ~/.config/nvim/coc-settings.json
{
"coc.preferences.formatOnSaveFiletypes": [
"css",
"markdown",
"javascript",
"javascriptreact",
"graphql",
"html",
"yaml",
"json",
"python",
"cpp",
"txt"
],
// python config
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"snippets.ultisnips.directories": ["UltiSnips", "~/.config/nvim/utils/snips"],
// javascript config
"javascript.format.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment