11 Commits
Author SHA1 Message Date
wyj b8bbe9798f update: lazy-lock.json 2026-07-08 20:02:42 -04:00
wyj ef97290dff update: lazy-lock.json 2026-07-08 20:01:16 -04:00
wyj 237ea72afa update: lazy-lock.json 2026-07-08 19:58:56 -04:00
wyj 534e4f2b0f feat: add kitty-scrollback 2026-07-08 19:58:14 -04:00
wyj ace766753e feat: add yazi.nvim 2026-07-08 18:56:35 -04:00
wyj f5733a662f update: lazy-lock.json 2026-07-08 18:56:35 -04:00
wyj b32e52a4bf update: lazy-lock 2026-07-08 18:56:35 -04:00
wyj 3d19185751 update: add yanky extra 2026-07-08 18:56:35 -04:00
wyj 17cb8b7c5a Merge pull request 'Dev 0.11 to main' (#5) from dev-0.11 into main
Reviewed-on: #5
2026-05-28 13:36:27 -04:00
wyj 7b4b06e4f0 update: specifing mocha flavor 2026-05-28 13:23:17 -04:00
wyj c36fb29252 update: lazy-lock.json 2026-05-28 13:20:29 -04:00
2 changed files with 20 additions and 1 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
"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" },
@@ -23,7 +24,7 @@
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
"nvim-lint": { "branch": "master", "commit": "a219b2c9e5b4765e5c845aba119dad55806fcaf1" },
"nvim-lspconfig": { "branch": "master", "commit": "d224a1920728ba129880efc700d4a0180ac4ecbb" },
"nvim-treesitter": { "branch": "main", "commit": "4916d6592ede8c07973490d9322f187e07dfefac" },
"nvim-treesitter": { "branch": "main", "commit": "7caec274fd19c12b55902a5b795100d21531391f" },
"nvim-treesitter-context": { "branch": "master", "commit": "b311b30818951d01f7b4bf650521b868b3fece16" },
"nvim-treesitter-textobjects": { "branch": "main", "commit": "851e865342e5a4cb1ae23d31caf6e991e1c99f1e" },
"nvim-ts-autotag": { "branch": "main", "commit": "88c1453db4ba7dd24131086fe51fdf74e587d275" },
+18
View File
@@ -0,0 +1,18 @@
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,
},
}