From 716d7465c0a071217c2cff871e44e19b9d02bb65 Mon Sep 17 00:00:00 2001 From: orip Date: Tue, 21 Apr 2026 13:10:16 +0300 Subject: [PATCH] Enable vim.loader for faster loading time --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index f9ee55a0..83dae557 100644 --- a/init.lua +++ b/init.lua @@ -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! :) --]] +-- Enable faster startup by caching compiled Lua modules +vim.loader.enable() + -- Set as the leader key -- See `:help mapleader` -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)