nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.69k stars 16.61k forks source link

Make conform.nvim be lazy-loadable again #977

Open VlaDexa opened 3 weeks ago

VlaDexa commented 3 weeks ago

The PR that disabled lazy loading (#818) was to fix plugin not being loaded before write. This sets up lazy.nvim to load conform before write.