From 52d3f02f8c70d3b6549ef0973392471a8fbfdba4 Mon Sep 17 00:00:00 2001 From: Damjan 9000 Date: Mon, 1 Apr 2024 01:30:24 +0200 Subject: [PATCH] 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. --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 667fb9c5..496f45b8 100644 --- a/init.lua +++ b/init.lua @@ -600,6 +600,7 @@ require('lazy').setup({ { -- Autoformat 'stevearc/conform.nvim', + lazy = false, keys = { { 'f',