migrating the diff_review
This commit is contained in:
@@ -5,6 +5,13 @@ local state = {
|
||||
callback = nil,
|
||||
llm_response = nil,
|
||||
attached_files = nil,
|
||||
entries = {},
|
||||
current_index = 1,
|
||||
list_buf = nil,
|
||||
list_win = nil,
|
||||
diff_buf = nil,
|
||||
diff_win = nil,
|
||||
is_open = false,
|
||||
}
|
||||
|
||||
return state
|
||||
|
||||
Reference in New Issue
Block a user