enc: lua format custem

This commit is contained in:
asep.komarudin 2024-06-14 08:40:35 +07:00
parent 65857a4226
commit 384c0b5768
68 changed files with 1450 additions and 1450 deletions

View file

@ -5,7 +5,7 @@ end
local WELCOME_MESSAGE = [[
Welcome to ChatGPT.
]]
chatgpt.setup {
chatgpt.setup({
welcome_message = WELCOME_MESSAGE, -- set to "" if you don't like the fancy godot robot
loading_text = "loading",
question_sign = "", -- you can use emoji if you want e.g. 🙂
@ -73,4 +73,4 @@ chatgpt.setup {
new_session = "<C-n>",
cycle_windows = "<Tab>",
},
}
})