refactoring the context
This commit is contained in:
10
lua/codetyper/state/state.lua
Normal file
10
lua/codetyper/state/state.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local state = {
|
||||
buf = nil,
|
||||
win = nil,
|
||||
original_event = nil,
|
||||
callback = nil,
|
||||
llm_response = nil,
|
||||
attached_files = nil,
|
||||
}
|
||||
|
||||
return state
|
||||
Reference in New Issue
Block a user