Add flash and C-d C-u

This commit is contained in:
Zam Kokott
2025-11-12 15:15:57 +00:00
parent 42bbc0b55d
commit dd981c1a1f
3 changed files with 14 additions and 0 deletions

9
lua/plugins/flash.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
"folke/flash.nvim",
event = "VeryLazy",
---@type Flash.Config
opts = {},
keys = {
{ "zk", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },
},
}