Don't lazy load conform plugin

The recent addition of the keys field in the lazy plugin spec
for conform has turned the plugin to be lazy loaded on the
configured keymap. This inadvertently broke the default "format on save"
behaviour. Setting the lazy flag explicitly to false restores the
original behaviour.
This commit is contained in:
Damjan 9000 2024-04-01 01:30:24 +02:00
parent 1175f6d25a
commit 52d3f02f8c
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ require('lazy').setup({
{ -- Autoformat
'stevearc/conform.nvim',
lazy = false,
keys = {
{
'<leader>f',