Skip to content

Commit

Permalink
Don't lazy load conform plugin (nvim-lua#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
dam9000 committed Apr 1, 2024
1 parent 1175f6d commit d605b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ require('lazy').setup({

{ -- Autoformat
'stevearc/conform.nvim',
lazy = false,
keys = {
{
'<leader>f',
Expand Down

0 comments on commit d605b84

Please sign in to comment.