Merge pull request #51 from TheBlob42/master
fix: improve git commit message via nvr
This commit is contained in:
@@ -212,4 +212,9 @@ local function lazygitconfig()
|
||||
end
|
||||
end
|
||||
|
||||
return { lazygit = lazygit, lazygitfilter = lazygitfilter, lazygitconfig = lazygitconfig }
|
||||
return {
|
||||
lazygit = lazygit,
|
||||
lazygitfilter = lazygitfilter,
|
||||
lazygitconfig = lazygitconfig,
|
||||
project_root_dir = project_root_dir,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user