Adds more modular setup

This commit is contained in:
zwergius 2024-01-23 13:12:55 +01:00
parent 7912584d7a
commit 7633efd06c
4 changed files with 41 additions and 88 deletions

View file

@ -1,7 +1,7 @@
return {
"stevearc/conform.nvim",
lazy = true,
event = { "BufReadPre", "BufNewFile" }, -- to disable comment this out
-- event = { "BufReadPre", "BufNewFile" }, -- to disable comment this out
config = function()
local conform = require("conform")