8 Commits
Author SHA1 Message Date
wyj ee68df22ff update: lazy-lock.json 2026-07-08 19:06:53 -04:00
wyj 4014d6e689 feat: add yazi.nvim 2026-07-08 19:05:15 -04:00
wyj e5e4d26dfa update: lazy-lock.json 2026-05-29 15:06:34 -04:00
wyj 258640f4ee update: add yanky extra 2026-05-29 02:37:52 -04:00
wyj 31a8f3d4f1 update: update lazy-lock.json 2026-05-27 23:00:53 -04:00
wyj da5b687279 update: specifing mocha flavor 2026-05-27 23:00:33 -04:00
wyj 371c56a71a Merge remote-tracking branch 'origin/dev-0.11' into dev-0.12 2026-05-27 15:31:04 -04:00
wyj 8946f50f01 update: init 0.12 branch 2026-05-25 13:55:20 -04:00
2 changed files with 1 additions and 20 deletions
+1 -2
View File
@@ -9,7 +9,6 @@
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
"gitsigns.nvim": { "branch": "main", "commit": "eb60cc7b94c46005237fd34170d76f3a089a90aa" },
"grug-far.nvim": { "branch": "main", "commit": "c69859c1d5427ab5fc7ed12380ab521b4e336691" },
"kitty-scrollback.nvim": { "branch": "main", "commit": "53fd294658941719d7622471f28e70179d6737a6" },
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
"lazydev.nvim": { "branch": "main", "commit": "ff2cbcba459b637ec3fd165a2be59b7bbaeedf0d" },
"lualine.nvim": { "branch": "master", "commit": "221ce6b2d999187044529f49da6554a92f740a96" },
@@ -24,7 +23,7 @@
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
"nvim-lint": { "branch": "master", "commit": "a219b2c9e5b4765e5c845aba119dad55806fcaf1" },
"nvim-lspconfig": { "branch": "master", "commit": "d224a1920728ba129880efc700d4a0180ac4ecbb" },
"nvim-treesitter": { "branch": "main", "commit": "7caec274fd19c12b55902a5b795100d21531391f" },
"nvim-treesitter": { "branch": "main", "commit": "4916d6592ede8c07973490d9322f187e07dfefac" },
"nvim-treesitter-context": { "branch": "master", "commit": "b311b30818951d01f7b4bf650521b868b3fece16" },
"nvim-treesitter-textobjects": { "branch": "main", "commit": "851e865342e5a4cb1ae23d31caf6e991e1c99f1e" },
"nvim-ts-autotag": { "branch": "main", "commit": "88c1453db4ba7dd24131086fe51fdf74e587d275" },
-18
View File
@@ -1,18 +0,0 @@
return {
{
"mikesmithgh/kitty-scrollback.nvim",
enabled = true,
lazy = true,
cmd = {
"KittyScrollbackGenerateKittens",
"KittyScrollbackCheckHealth",
"KittyScrollbackGenerateCommandLineEditing",
},
event = { "User KittyScrollbackLaunch" },
-- version = '*', -- latest stable version, may have breaking changes if major version changed
-- version = '^6.0.0', -- pin major version, include fixes and features that do not have breaking changes
config = function()
require("kitty-scrollback").setup()
end,
},
}