refactor(nvim): remove flash.nvim
This commit is contained in:
parent
050354d11a
commit
7d9db1d1a5
@ -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"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user