neovim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cb89269ce284a6808bdc261a209a446ae21faba9
parent d9274efd9c33cb0586656df5d2c6d87dc70027ff
Author: mrgrouse <bdmfegys@duck.com>
Date:   Thu,  5 Sep 2024 23:37:37 -0400

conform.lua: comment event line for starting the plugin

Diffstat:
Mlua/plugins/conform.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/plugins/conform.lua b/lua/plugins/conform.lua @@ -1,6 +1,6 @@ return { "stevearc/conform.nvim", - event = { "BufReadPre", "BufNewFile" }, + --event = { "BufReadPre", "BufNewFile" }, config = function() local conform = require("conform")