mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-04-05 19:01:43 +01:00
Don't lazy load conform plugin (#818)
This commit is contained in:
parent
1175f6d25a
commit
d605b840a2
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…
x
Reference in New Issue
Block a user