Skip to content

Commit c28c029

Browse files
dam9000AClarkie
authored andcommitted
Don't lazy load conform plugin (nvim-lua#818)
1 parent 61cf6f2 commit c28c029

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)