mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Add suggestionsPreset to custom commands system
This commit is contained in:
@ -19,7 +19,7 @@ func NewClient(
|
||||
helpers *helpers.Helpers,
|
||||
) *Client {
|
||||
sessionStateLoader := NewSessionStateLoader(c, helpers.Refs)
|
||||
handlerCreator := NewHandlerCreator(c, sessionStateLoader)
|
||||
handlerCreator := NewHandlerCreator(c, sessionStateLoader, helpers.Suggestions)
|
||||
keybindingCreator := NewKeybindingCreator(c)
|
||||
customCommands := c.UserConfig.CustomCommands
|
||||
|
||||
|
Reference in New Issue
Block a user