Make conform.nvim be lazy-loadable again
The PR that disabled lazy loading (#818) was to fix plugin not being loaded before write. This sets up lazy to load conform before write.
This commit is contained in:
parent
5aeddfdd5d
commit
87d8237c75
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -627,7 +627,8 @@ require('lazy').setup({
|
|||
|
||||
{ -- Autoformat
|
||||
'stevearc/conform.nvim',
|
||||
lazy = false,
|
||||
event = { 'BufWritePre' },
|
||||
cmd = { 'ConformInfo' },
|
||||
keys = {
|
||||
{
|
||||
'<leader>f',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue