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

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,