Skip to content

Commit c76723a

Browse files
dam9000eunmann
authored andcommitted
Don't lazy load conform plugin (nvim-lua#818)
1 parent d279178 commit c76723a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ require('lazy').setup({
608608

609609
{ -- Autoformat
610610
'stevearc/conform.nvim',
611+
lazy = false,
611612
keys = {
612613
{
613614
'<leader>f',

0 commit comments

Comments
 (0)