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

Commit 39f412a

Browse files
community: add spectre plugin for project wide search and replace
1 parent 3927bd2 commit 39f412a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22
## Added
33
- community: overseer task manager for makefile and other tasks, leader x tasks mappings
4+
- community: add spectre plugin for project wide search and replace
45

56
# 2023-11-13
67
## Added

plugins/community.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,13 @@ return {
104104

105105
-- ----------------------------------------------
106106
-- Project
107-
{ import = "astrocommunity.project.project-nvim" }, -- switch between projects
107+
108+
-- switch between projects
109+
{ import = "astrocommunity.project.project-nvim" },
110+
111+
-- Search and replace across projects
112+
{ import = "astrocommunity.project.nvim-spectre" },
113+
108114
-- ----------------------------------------------
109115

110116
-- ----------------------------------------------

0 commit comments

Comments
 (0)