Skip to content

Commit

Permalink
Remove "[Hydra]" from name options (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhattVim authored Sep 5, 2024
1 parent 8578056 commit 7f53416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hydra/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function Hydra:initialize(input)
do
if not self.config.desc then
if self.name then
self.config.desc = '[Hydra] '..self.name
self.config.desc = self.name
else
self.config.desc = '[Hydra]'
end
Expand Down

0 comments on commit 7f53416

Please sign in to comment.