diff options
| author | seth <[email protected]> | 2023-03-13 17:52:31 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-13 17:52:31 -0400 |
| commit | 97e2a9823e3e421f547c3417aa7df7ef5834db29 (patch) | |
| tree | 5768e6e218880755aa703793aaaffbb906e8e781 /users/seth/programs/neovim/config | |
| parent | 329b514cd1ced933fa66c53d7d863c0c5a4dbf5a (diff) | |
enable shellcheck for neovim
Diffstat (limited to 'users/seth/programs/neovim/config')
| -rw-r--r-- | users/seth/programs/neovim/config/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/seth/programs/neovim/config/plugins.lua b/users/seth/programs/neovim/config/plugins.lua index 626bea4..2ec3f7b 100644 --- a/users/seth/programs/neovim/config/plugins.lua +++ b/users/seth/programs/neovim/config/plugins.lua @@ -120,6 +120,7 @@ local sources = { diagnostics.codespell, diagnostics.deadnix, diagnostics.pylint, + diagnostics.shellcheck, diagnostics.statix, formatting.alejandra, formatting.codespell, |
