nvim: enable Lua caching

This commit is contained in:
He4eT 2026-06-04 14:17:19 +02:00
commit 1f71647d1a

View file

@ -35,6 +35,9 @@ npx @johnnymorganz/stylua-bin ./init.lua
--[[ cfg_options: See `:help vim.o` ]] --[[ cfg_options: See `:help vim.o` ]]
-- Enable faster startup by caching compiled Lua modules
vim.loader.enable()
-- Raise a dialog asking if you wish to save the current file(s) -- Raise a dialog asking if you wish to save the current file(s)
vim.o.confirm = true vim.o.confirm = true