Skip to content

Commit

Permalink
Merge pull request #226 from antonk52/patch-1
Browse files Browse the repository at this point in the history
Add command description
  • Loading branch information
EpsilonKu authored Apr 29, 2024
2 parents 026394a + 1a69d98 commit 4651801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/spectre.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ vim.api.nvim_create_user_command("Spectre", function(ctx)
end, {
nargs = "*",
complete = "file",
desc = "Global find and replace",
})

0 comments on commit 4651801

Please sign in to comment.