Does native byte-compiler makes custom logic from lazy obsolete? #730
anefedov-align
started this conversation in
General
Replies: 1 comment
-
The new lua-loader IS the lazy cache. I've upstreamed that code. When you use lazy.nvim in NEovim >= 0.9, the new NEovim loader will be used instead |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Neovim added lua-loader that can compile lua into byte-code.
Does it mean that the similar code from this plugin isn't needed anymore?
Beta Was this translation helpful? Give feedback.
All reactions