Skip to content

Commit ae70dd4

Browse files
dam9000flearc
authored andcommitted
Don't lazy load conform plugin (nvim-lua#818)
1 parent 3c4cd91 commit ae70dd4

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
@@ -665,6 +665,7 @@ require('lazy').setup({
665665

666666
{ -- Autoformat
667667
'stevearc/conform.nvim',
668+
lazy = false,
668669
keys = {
669670
{
670671
'<leader>f',

0 commit comments

Comments
 (0)