Skip to content

Commit d605b84

Browse files
authored
Don't lazy load conform plugin (#818)
1 parent 1175f6d commit d605b84

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

601601
{ -- Autoformat
602602
'stevearc/conform.nvim',
603+
lazy = false,
603604
keys = {
604605
{
605606
'<leader>f',

0 commit comments

Comments
 (0)