We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nix-hm-config
1 parent 91a448d commit 3e49f4aCopy full SHA for 3e49f4a
lua/core/settings.lua
@@ -148,7 +148,6 @@ settings["null_ls_deps"] = {
148
"cmakelang",
149
"eslint_d",
150
"jq",
151
- "nixpkgs-fmt",
152
"prettierd",
153
"shellharden",
154
"stylua",
lua/modules/configs/completion/null-ls.lua
@@ -23,14 +23,10 @@ return function()
23
}),
24
btns.formatting.prettierd,
25
btns.formatting.shellharden,
26
- btns.formatting.alejandra,
27
btns.formatting.nixfmt,
28
btns.formatting.nix_flake_fmt.with({
29
filetypes = { "nix" },
30
31
- btns.formatting.nixpkgs_fmt.with({
32
- filetypes = { "nix" },
33
- }),
34
35
-- Linters
36
btns.diagnostics.zsh,
0 commit comments