Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 31, 2024
1 parent e56a7d8 commit 425c3eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/carapace/cmd/lazyinit/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ func CmdClink(completers []string) string {
end
match_builder:addmatch({
match = matches[1],
description = matches[2]
description = matches[2],
type = "word"
})
end
return true
Expand Down

0 comments on commit 425c3eb

Please sign in to comment.