Add flash and C-d C-u
This commit is contained in:
9
lua/plugins/flash.lua
Normal file
9
lua/plugins/flash.lua
Normal 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" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user