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 authored and dmaspataud committed May 18, 2024
1 parent fec66b8 commit 3b2b0ee
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 @@ -607,6 +607,7 @@ require('lazy').setup({

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

0 comments on commit 3b2b0ee

Please sign in to comment.