format flash file
This commit is contained in:
parent
8a8ea01a2f
commit
6b1d57e28a
@ -1,6 +1,6 @@
|
||||
return {
|
||||
"folke/flash.nvim",
|
||||
event = "VeryLazy",
|
||||
'folke/flash.nvim',
|
||||
event = 'VeryLazy',
|
||||
---@type Flash.Config
|
||||
opts = {
|
||||
modes = {
|
||||
@ -14,18 +14,18 @@ return {
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"s",
|
||||
mode = { "n", "x", "o" },
|
||||
's',
|
||||
mode = { 'n', 'x', 'o' },
|
||||
function()
|
||||
-- default options: exact mode, multi window, all directions, with a backdrop
|
||||
require("flash").jump()
|
||||
require('flash').jump()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"S",
|
||||
mode = { "n", "o", "x" },
|
||||
'S',
|
||||
mode = { 'n', 'o', 'x' },
|
||||
function()
|
||||
require("flash").treesitter()
|
||||
require('flash').treesitter()
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user