mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-05-14 08:23:48 +00:00
Enable vim.loader for faster loading time
This commit is contained in:
parent
18c335ca58
commit
bcf7a2c384
3
init.lua
3
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! :)
|
||||
--]]
|
||||
|
||||
-- Enables faster startup time by caching your compiled Lua modules.
|
||||
vim.loader.enable()
|
||||
|
||||
-- Set <space> as the leader key
|
||||
-- See `:help mapleader`
|
||||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user