Skip to content

Commit 17e7ed0

Browse files
dam9000kgstaley
authored andcommitted
Don't lazy load conform plugin (nvim-lua#818)
1 parent 6abc143 commit 17e7ed0

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

645645
{ -- Autoformat
646646
'stevearc/conform.nvim',
647+
lazy = false,
647648
keys = {
648649
{
649650
'<leader>f',

0 commit comments

Comments
 (0)