1
0
Fork 0

nvim: Add selene for Lua diagnostics

This commit is contained in:
Daniel Kempkens 2022-01-23 23:22:03 +01:00
parent f42733747e
commit 9ceef027d9
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ null_ls.setup({
builtins.diagnostics.credo,
builtins.diagnostics.hadolint,
builtins.diagnostics.selene,
builtins.diagnostics.shellcheck.with({extra_args = { '-f', 'gcc', '-x' }}),
builtins.diagnostics.statix,

View file

@ -46,6 +46,7 @@ in
# LSP Tools
hadolint
selene
shellcheck
shfmt
statix