Skip to content

Commit

Permalink
feat(search): Add sad.nvim (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jul 13, 2023
1 parent b44513b commit f3ed869
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lua/astrocommunity/search/sad-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# sad.nvim

Space Age seD in Neovim. A project-wide find and replace plugin for Neovim.

Requires:
- [sad](https://github.com/ms-jpq/sad#get-sad-now)
- [fzf](https://github.com/junegunn/fzf) so you can confirm/select the matches to apply your changes
- by default the plugin using [fd](https://github.com/sharkdp/fd) to list all files in the current folder, you can use
`git ls_file`
- a pager tool, e.g. `delta`

**Repository:** <https://github.com/ray-x/sad.nvim>
7 changes: 7 additions & 0 deletions lua/astrocommunity/search/sad-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
"ray-x/sad.nvim",
dependencies = { "ray-x/guihua.lua", build = "cd lua/fzy && make" },
opts = {},
event = "User AstroFile",
cmd = { "Sad" },
}

0 comments on commit f3ed869

Please sign in to comment.