Skip to content

Instantly share code, notes, and snippets.

@edrpls
Created June 12, 2019 16:54
Show Gist options
  • Save edrpls/dd03e435c6661a5967fc7b334a0535a7 to your computer and use it in GitHub Desktop.
Save edrpls/dd03e435c6661a5967fc7b334a0535a7 to your computer and use it in GitHub Desktop.
{
"tsserver.npm": "/home/eder/.npm-global/lib/node_modules",
"coc.preferences.hoverTarget": "float",
"coc.preferences.enableFloatHighlight": true,
"coc.preferences.useQuickfixForLocations": true,
"suggest.enablePreview": true,
"tsserver.enable": true,
"typescript.suggestionActions.enabled": false,
"javascript.suggestionActions.enabled": false,
"eslint.nodePath": "/home/eder/.npm-global/lib/node_modules",
"eslint.autoFixOnSave" : true,
"eslint.packageManager" : "npm"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment