Skip to content

Commit 3e49f4a

Browse files
committed
feat(none-ls): align with nix-hm-config
1 parent 91a448d commit 3e49f4a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lua/core/settings.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ settings["null_ls_deps"] = {
148148
"cmakelang",
149149
"eslint_d",
150150
"jq",
151-
"nixpkgs-fmt",
152151
"prettierd",
153152
"shellharden",
154153
"stylua",

lua/modules/configs/completion/null-ls.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ return function()
2323
}),
2424
btns.formatting.prettierd,
2525
btns.formatting.shellharden,
26-
btns.formatting.alejandra,
2726
btns.formatting.nixfmt,
2827
btns.formatting.nix_flake_fmt.with({
2928
filetypes = { "nix" },
3029
}),
31-
btns.formatting.nixpkgs_fmt.with({
32-
filetypes = { "nix" },
33-
}),
3430

3531
-- Linters
3632
btns.diagnostics.zsh,

0 commit comments

Comments
 (0)