Merge branch 'master' of codeberg.org:js0ny/dotfiles

This commit is contained in:
js0ny 2025-02-21 20:19:15 +00:00
commit 0edbd406a7
4 changed files with 13 additions and 30 deletions

View file

@ -473,6 +473,16 @@ mapkey(",S", "Open Source in GitHub (New Page)", function () {
}, { domain: /raw.githubusercontent.com/ }); }, { domain: /raw.githubusercontent.com/ });
// #endregion GitHub // #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 // #region perplexity.ai
/** /**
* 0 - 网络 * 0 - 网络

View file

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

View file

@ -1,2 +1,4 @@
flavors/ flavors/
plugins/ plugins/
package.toml

View file

@ -1,29 +0,0 @@
[[plugin.deps]]
use = "dawsers/dual-pane"
rev = "c2fed12"
hash = ""
[[plugin.deps]]
use = "Rolv-Apneseth/starship"
rev = "d1cd0a3"
hash = ""
[[plugin.deps]]
use = "llanosrocas/yaziline"
rev = "864572c"
hash = ""
[[flavor.deps]]
use = "yazi-rs/flavors:catppuccin-mocha"
rev = "fd85060"
hash = ""
[[flavor.deps]]
use = "yazi-rs/flavors:catppuccin-latte"
rev = "fd85060"
hash = ""
[[flavor.deps]]
use = "dangooddd/kanagawa"
rev = "d98f0c3"
hash = ""