Skip to content

Commit f625503

Browse files
community: add search & replace grug-far-nvim
resolve: #48
1 parent bd87220 commit f625503

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- community: add color picker ccc-nvim
66
- community: add emoji completion blink-cmp-emoji
77
- community: add advanced surround nvim-surround
8+
- community: add search & replace grug-far-nvim
89

910
## Changed
1011
- practicalli: revert to upstream other.nvim

lua/community.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ return {
6464
{ import = "astrocommunity.pack.lua" },
6565
-- ----------------------------------------------
6666

67+
-- ----------------------------------------------
68+
-- Search
69+
70+
-- Search and replace across projects
71+
{ import = "astrocommunity.search.grug-far-nvim" },
72+
-- ----------------------------------------------
73+
6774
-- ----------------------------------------------
6875
-- Recipes
6976

0 commit comments

Comments
 (0)