Compare commits
No commits in common. "7fb2e4ccb717fc11551a5076c691e2453aa6006a" and "b405381404b768cd786bca43d7652b78c0e729d7" have entirely different histories.
7fb2e4ccb7
...
b405381404
2 changed files with 2 additions and 14 deletions
|
@ -18,8 +18,8 @@
|
||||||
ext-glob (.. "*." ext)]
|
ext-glob (.. "*." ext)]
|
||||||
(if (vim.list_contains treefmt-exts ext-glob)
|
(if (vim.list_contains treefmt-exts ext-glob)
|
||||||
{:command :treefmt
|
{:command :treefmt
|
||||||
:args [:--stdin tmp-filename]
|
:args [tmp-filename]
|
||||||
:stdin true
|
:stdin false
|
||||||
:cwd (conform-util.root_file [:flake.nix :flake.lock])
|
:cwd (conform-util.root_file [:flake.nix :flake.lock])
|
||||||
:require_cwd true}
|
:require_cwd true}
|
||||||
(= (vim.fn.executable fallback.command) 1)
|
(= (vim.fn.executable fallback.command) 1)
|
||||||
|
|
|
@ -246,18 +246,6 @@
|
||||||
definedAliases = [ "!nixopt" ];
|
definedAliases = [ "!nixopt" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"Noogle" = {
|
|
||||||
urls = [{
|
|
||||||
template = "https://noogle.dev/q";
|
|
||||||
params = [
|
|
||||||
{ name = "term"; value = "{searchTerms}"; }
|
|
||||||
];
|
|
||||||
}];
|
|
||||||
|
|
||||||
icon = "''${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
|
||||||
definedAliases = [ "!nfn" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
"Hex" = {
|
"Hex" = {
|
||||||
urls = [{
|
urls = [{
|
||||||
template = "https://hex.pm/packages";
|
template = "https://hex.pm/packages";
|
||||||
|
|
Loading…
Reference in a new issue