Skip to content

Commit bcf7a2c

Browse files
committed
Enable vim.loader for faster loading time
1 parent 18c335c commit bcf7a2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ I hope you enjoy your Neovim journey,
8484
P.S. You can delete this when you're done too. It's your config now! :)
8585
--]]
8686

87+
-- Enables faster startup time by caching your compiled Lua modules.
88+
vim.loader.enable()
89+
8790
-- Set <space> as the leader key
8891
-- See `:help mapleader`
8992
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)

0 commit comments

Comments
 (0)