Don't lazy load conform plugin (#818)
This commit is contained in:
parent
1175f6d25a
commit
d605b840a2
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -600,6 +600,7 @@ require('lazy').setup({
|
||||||
|
|
||||||
{ -- Autoformat
|
{ -- Autoformat
|
||||||
'stevearc/conform.nvim',
|
'stevearc/conform.nvim',
|
||||||
|
lazy = false,
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
'<leader>f',
|
'<leader>f',
|
||||||
|
|
Loading…
Reference in a new issue