You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put vim.loader.enable() at the start of your config.
Yes. That's it. That's all you have to do. Its a nice new feature nvim added. When you require a file, it compiles and puts it into a cache directory, and uses that next time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Put
vim.loader.enable()
at the start of your config.Yes. That's it. That's all you have to do. Its a nice new feature nvim added. When you require a file, it compiles and puts it into a cache directory, and uses that next time.
Beta Was this translation helpful? Give feedback.
All reactions