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

@ -9,11 +9,11 @@ function M.smart_quit()
prompt = "You have unsaved changes. Quit anyway? (y/n) ",
}, function(input)
if input == "y" then
vim.cmd "q!"
vim.cmd("q!")
end
end)
else
vim.cmd "q!"
vim.cmd("q!")
end
end