Skip to content

Commit

Permalink
Let ALE do linting (disable coc.nvim diagnostics)
Browse files Browse the repository at this point in the history
Authored-by: Luan Santos <[email protected]>
  • Loading branch information
luan committed Jul 25, 2019
1 parent 30a5f88 commit 25b1c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"coc.preferences.messageLevel": "error",
"diagnostic.enable": false,
"coc.preferences.formatOnSaveFiletypes": [
"go",
"json",
Expand All @@ -14,6 +15,5 @@
"solargraph.completion": true,
"solargraph.useBundler": true,
"solargraph.rename": true,
"solargraph.diagnostics": true,
"yaml.validate": false
}

0 comments on commit 25b1c30

Please sign in to comment.