Adds more modular setup
This commit is contained in:
parent
7912584d7a
commit
7633efd06c
4 changed files with 41 additions and 88 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue