Skip to content

Commit

Permalink
null-ls: Remove unmaintained builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d committed Mar 8, 2024
1 parent 7572f8b commit 8ac7a04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configs/null-ls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ in
"diagnostics.write_good.with({command = '${pkgs.nodePackages.write-good}/bin/write-good'})"
"diagnostics.proselint.with({command = '${pkgs.proselint}/bin/proselint'})"
]
++ lib.optionals (hasLang "bash") [
"code_actions.shellcheck.with({command = '${pkgs.shellcheck}/bin/shellcheck'})"
"diagnostics.shellcheck.with({command = '${pkgs.shellcheck}/bin/shellcheck'})"
]
++ lib.optional (hasLang "lua")
"formatting.lua_format.with({command = '${pkgs.luaformatter}/bin/lua-format'})"
++ lib.optionals (hasLang "nix") [
"code_actions.statix.with({command = '${pkgs.statix}/bin/statix'})"
"diagnostics.statix.with({command = '${pkgs.statix}/bin/statix'})"
Expand Down

0 comments on commit 8ac7a04

Please sign in to comment.