Skip to content

Commit

Permalink
feat(nvim-spectre): search and replace solution (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Oct 27, 2023
1 parent 5558286 commit e8159cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/configs/nvim-pack/nvim-spectre/config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("spectre").setup()
5 changes: 5 additions & 0 deletions lua/plugins/users_sample.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
-- init = lua_init("mbbill/undotree"),
-- keys = lua_keys("mbbill/undotree"),
-- },
-- {
-- "nvim-pack/nvim-spectre",
-- cmd = { "Spectre" },
-- config = lua_config("nvim-pack/nvim-spectre"),
-- },
-- }

return {}

0 comments on commit e8159cf

Please sign in to comment.