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 { return {
{ {
"stevearc/conform.nvim", "stevearc/conform.nvim",
-- event = 'BufWritePre' -- uncomment for format on save -- event = 'BufWritePre', -- uncomment for format on save
config = function() config = function()
require "configs.conform" require "configs.conform"
end, end,