Skip to content

Commit

Permalink
Disable lintings in coc.nvim (use ALE)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 28, 2018
1 parent 527c9c0 commit 42c8846
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
}
}
},
"coc.preferences.diagnostic.locationlist": false
"coc.preferences.diagnostic.locationlist": false,
// Disable linting (using ALE)
"tsserver.enableJavascript": false,
"eslint.enable": false,
"pyls.plugins.pydocstyle.enabled": true
}

0 comments on commit 42c8846

Please sign in to comment.