We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c335c commit bcf7a2cCopy full SHA for bcf7a2c
1 file changed
init.lua
@@ -84,6 +84,9 @@ I hope you enjoy your Neovim journey,
84
P.S. You can delete this when you're done too. It's your config now! :)
85
--]]
86
87
+-- Enables faster startup time by caching your compiled Lua modules.
88
+vim.loader.enable()
89
+
90
-- Set <space> as the leader key
91
-- See `:help mapleader`
92
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
0 commit comments