🗑️ remove(nvim): flash unnecessary code

This commit is contained in:
Sergio Laín 2023-11-16 23:49:20 +01:00
parent 353bbc67f2
commit 3adb2e39d7
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,9 +1,5 @@
return {
"folke/flash.nvim",
event = "VeryLazy",
vscode = true,
---@type Flash.Config
opts = {},
keys = {
{
"s",
@ -19,37 +15,5 @@ return {
end,
desc = "Flash",
},
{
"S",
mode = { "n", "o", "x" },
function()
require("flash").treesitter()
end,
desc = "Flash Treesitter",
},
{
"r",
mode = "o",
function()
require("flash").remote()
end,
desc = "Remote Flash",
},
{
"R",
mode = { "o", "x" },
function()
require("flash").treesitter_search()
end,
desc = "Treesitter Search",
},
{
"<c-s>",
mode = { "c" },
function()
require("flash").toggle()
end,
desc = "Toggle Flash Search",
},
},
}