mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
nvim: enable Lua caching
This commit is contained in:
parent
752da797fc
commit
1f71647d1a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue