LunarVim / bigfile.nvim

Make editing big files faster 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`lazy.nvim` compat: rename `.config()` to `.setup()`

JosefLitos opened this issue · comments

lazy.nvim expects config to be passed to plugins via their .setup() function. This way, we can just specify the passed config table with the plugin without any need to wrap it in a invoking function.