summaryrefslogtreecommitdiff
path: root/users/seth/programs/neovim/config
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-13 17:52:31 -0400
committerseth <[email protected]>2023-03-13 17:52:31 -0400
commit97e2a9823e3e421f547c3417aa7df7ef5834db29 (patch)
tree5768e6e218880755aa703793aaaffbb906e8e781 /users/seth/programs/neovim/config
parent329b514cd1ced933fa66c53d7d863c0c5a4dbf5a (diff)
enable shellcheck for neovim
Diffstat (limited to 'users/seth/programs/neovim/config')
-rw-r--r--users/seth/programs/neovim/config/plugins.lua1
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,