refactor(nvim): remove flash.nvim

This commit is contained in:
Price Hiller 2023-09-17 00:34:03 -05:00
parent 050354d11a
commit 7d9db1d1a5
No known key found for this signature in database

View File

@ -1,29 +0,0 @@
return {
{
"folke/flash.nvim",
opts = {
jump = {
autojump = true,
nohlsearch = true
},
label = {
uppercase = false,
style = "overlay",
},
char = {
enabled = false
}
},
keys = {
{ "/" },
{ "?" },
{
"<c-s>",
mode = { "c" },
function() require("flash").toggle() end,
desc =
"Toggle Flash Search"
},
},
},
}