Minor fix

This commit is contained in:
js0ny 2025-02-21 11:30:41 +00:00
parent d9aa8fafdb
commit 72ad30fd10
3 changed files with 39 additions and 5 deletions

View file

@ -472,6 +472,16 @@ mapkey(",S", "Open Source in GitHub (New Page)", function () {
}, { domain: /raw.githubusercontent.com/ });
// #endregion GitHub
//#region app.microsoft.com
// https://apps.microsoft.com/detail/9nl6kd1h33v3?hl=en-GB&gl=GB
// This is useful in `winget` (Windows Package Manager)
mapkey(",y", "[y]ank app id", function () {
const url = new URL(window.location.href);
const id = url.pathname.split("/")[2];
Clipboard.write(id);
}, { domain: /apps.microsoft.com/ });
// #region perplexity.ai
/**
* 0 - 网络

View file

@ -9,7 +9,7 @@ return {
}
},
{ "CRAG666/code_runner.nvim", config = true },
-- { import = "plugins.mod.obsidian-nvim" },
{ import = "plugins.mod.obsidian-nvim" },
{ import = "plugins.mod.which-keys-nvim" },
{
"zbirenbaum/copilot.lua",

View file

@ -1,5 +1,29 @@
[plugin]
deps = [{ use = "dawsers/dual-pane", rev = "c2fed12" }, { use = "Rolv-Apneseth/starship", rev = "d1cd0a3" }, { use = "llanosrocas/yaziline", rev = "864572c" }]
[[plugin.deps]]
use = "dawsers/dual-pane"
rev = "c2fed12"
hash = "c7c303f806f5bbbdc863f22956876551"
[flavor]
deps = [{ use = "yazi-rs/flavors:catppuccin-mocha", rev = "fd85060" }, { use = "yazi-rs/flavors:catppuccin-latte", rev = "fd85060" }, { use = "dangooddd/kanagawa", rev = "d98f0c3" }]
[[plugin.deps]]
use = "Rolv-Apneseth/starship"
rev = "d1cd0a3"
hash = "6dcf627534248c8e9ca44dd01a136806"
[[plugin.deps]]
use = "llanosrocas/yaziline"
rev = "864572c"
hash = "2824dd15741717ccee82e232ccf894d7"
[[flavor.deps]]
use = "yazi-rs/flavors:catppuccin-mocha"
rev = "fd85060"
hash = "c40e434318a8ceffd01842f8dfb2390e"
[[flavor.deps]]
use = "yazi-rs/flavors:catppuccin-latte"
rev = "fd85060"
hash = "8c24a91f7e6abb2a9ac268bfbd356e77"
[[flavor.deps]]
use = "dangooddd/kanagawa"
rev = "d98f0c3"
hash = "cada780385f75abbcfbf5343256b441"