Skip to content

Commit f4db8ac

Browse files
committed
feat(plugins): drop flash.nvim
- The flash.nvim plugin has been removed from the configuration. - The number of plugins listed in the readme has been updated. - Users will no longer have access to the flash functionality for jumping with search labels.
1 parent bd77567 commit f4db8ac

4 files changed

Lines changed: 1 addition & 52 deletions

File tree

colors/nordstone.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,6 @@ loadColorSet({
286286
CopilotChatSelection = { bg = c.nord0 },
287287
})
288288

289-
-- flash.nvim
290-
loadColorSet({
291-
FlashLabel = { fg = c.nord13, bg = "NONE" },
292-
FlashMatch = { fg = c.nord9, bg = "NONE" },
293-
})
294-
295289
-- Fugitive
296290
loadColorSet({
297291
-- git diff

lazy-lock.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"blink.cmp": { "branch": "main", "commit": "586ee87534f5bf65f1c8dea2d1da2a57e8cddd36" },
44
"conform.nvim": { "branch": "master", "commit": "973f3cb73887d510321653044791d7937c7ec0fa" },
55
"copilot.lua": { "branch": "master", "commit": "14bf786180b2ca4578915c56989b6d676dddc6f3" },
6-
"flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" },
76
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
87
"gx.nvim": { "branch": "main", "commit": "fc17f30aa3e705f2d5810d75ffff404bcc68e91a" },
98
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },

lua/plugins/flash.lua

Lines changed: 0 additions & 43 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ My configuration for [Neovim](https://neovim.io/), mostly for frontend developme
2525

2626
## Plugins
2727

28-
<sub>37 plugins</sub>
28+
<sub>36 plugins</sub>
2929

3030
### Navigation
3131

32-
- [flash](https://github.com/folke/flash.nvim) - Jump with search labels
3332
- [gx](https://github.com/chrishrb/gx.nvim) - Open links/files
3433
- [oil](https://github.com/stevearc/oil.nvim) - Files explorer
3534
- [other](https://github.com/rgroli/other.nvim) - Open alternative files

0 commit comments

Comments
 (0)