Skip to content

Commit

Permalink
feat(vim): allow external sources for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Jun 10, 2021
1 parent 9f01ca2 commit 40e457b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/neovim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vetur.validation.template": false,
// shell
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
"sh": "shellcheck --external-sources"
},
"diagnostic-languageserver.formatFiletypes": {
"sh": "shfmt"
Expand Down

0 comments on commit 40e457b

Please sign in to comment.