Enable vim.loader for faster loading time

This commit is contained in:
orip 2026-04-21 13:10:16 +03:00
parent cd14662c99
commit 9f74599d9f

View File

@ -84,6 +84,9 @@ I hope you enjoy your Neovim journey,
P.S. You can delete this when you're done too. It's your config now! :) P.S. You can delete this when you're done too. It's your config now! :)
--]] --]]
-- Enables faster startup time by caching your compiled Lua modules.
vim.loader.enable()
-- Set <space> as the leader key -- Set <space> as the leader key
-- See `:help mapleader` -- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used) -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)