moved from jq to jaq for json formatting.
This commit is contained in:
parent
cbf028159f
commit
de325f8141
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ require('lze').load {
|
||||||
})
|
})
|
||||||
-- need to figure out how to properly seperate this.
|
-- need to figure out how to properly seperate this.
|
||||||
if nixInfo("settings", "cat", "config") then
|
if nixInfo("settings", "cat", "config") then
|
||||||
require("conform").formatters_by_ft.json = { "jq" }
|
require("conform").formatters_by_ft.json = { "jaq" }
|
||||||
end
|
end
|
||||||
if nixInfo("settings", "cat", "nix") then
|
if nixInfo("settings", "cat", "nix") then
|
||||||
require("conform").formatters_by_ft.nix = { "alejandra" }
|
require("conform").formatters_by_ft.nix = { "alejandra" }
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,7 @@ inputs: {
|
||||||
data = null;
|
data = null;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
taplo
|
taplo
|
||||||
jq
|
jaq
|
||||||
yaml-language-server
|
yaml-language-server
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue