Merge pull request #12 from sullrich84/patch-1

add missing comma
This commit is contained in:
Sidhanth Rathod 2024-03-26 15:17:59 +05:30 committed by GitHub
commit d801a059ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
return {
{
"stevearc/conform.nvim",
-- event = 'BufWritePre' -- uncomment for format on save
-- event = 'BufWritePre', -- uncomment for format on save
config = function()
require "configs.conform"
end,