how to

I no longer use flash.nvim

Nov 19, 2025
notesjulyfun2510
1 Minutes
94 Words

Slash search is now ok for me. And vscode doesn’t have a good flash.nvim.

1
- -- [cursor]
2
- {
3
- "folke/flash.nvim",
4
- event = "VeryLazy",
5
- ---@type Flash.Config
6
- opts = {
7
- modes = {
8
- search = { enabled = true }
9
- }
10
- },
11
- -- stylua: ignore
12
- keys = {
13
- { "s", mode = { "n", "x", "o" }, function() require("flash").treesitter() end, desc = "Flash Treesitter" },
14
- { "<c-s>", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" },
15
- },
1 collapsed line
16
- },
Article title:I no longer use flash.nvim
Article author:Julyfun
Release time:Nov 19, 2025
Copyright 2025
Sitemap