Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 95446e3

Browse files
community: nvim-flash for highlighted jump points
1 parent cefc828 commit 95446e3

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## Added
55
- community: "astrocommunity.color.ccc-nvim" color picker and highlighter plugin
66
- git: notifications test for noice-nvim rather than nvim-notify from neovim plugin
7+
- community: add nvim-flash to highlighted jump points for f F t T
78

89
## Added
910
- git: remove neogit SPC gn key binding (defined in `mappings.lua`)

plugins/community.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ return {
6363
},
6464
-- ----------------------------------------------
6565

66+
-- ----------------------------------------------
67+
-- Motion
68+
-- Navigate with search labels
69+
{ import = "astrocommunity.motion.flash-nvim" },
70+
-- ----------------------------------------------
71+
6672
-- ----------------------------------------------
6773
-- Packs
6874
-- Treesitter: clojure , Lsp: clojure-lsp, Lint/format:

0 commit comments

Comments
 (0)