Skip to content

Commit 715c081

Browse files
dam9000ml-cbatten
authored andcommitted
Don't lazy load conform plugin (nvim-lua#818)
1 parent fc850d9 commit 715c081

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

624624
{ -- Autoformat
625625
'stevearc/conform.nvim',
626+
lazy = false,
626627
keys = {
627628
{
628629
'<leader>f',

0 commit comments

Comments
 (0)