⚙️ config(nvim): disable search mode on flash
sometimes can get super annoying
This commit is contained in:
parent
8176d86d78
commit
35e4af409e
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
return {
|
return {
|
||||||
"folke/flash.nvim",
|
"folke/flash.nvim",
|
||||||
|
opts = {
|
||||||
|
modes = {
|
||||||
|
search = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"s",
|
"s",
|
||||||
|
|
Loading…
Add table
Reference in a new issue