Merge branch 'main' into main

This commit is contained in:
Farouk Brown 2025-05-03 18:04:20 +01:00 committed by GitHub
commit e946799757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 317 additions and 108 deletions

View file

@ -11,13 +11,14 @@ in {
description = ''
[official documentation]: https://neovim.io/doc/user/lua.html#vim.loader.enable()
the experimental Lua module loader to speed up the start up process
Whethere to enable the experimental Lua module loader to speed up the start
up process. If `true`, this will enable the experimental Lua module loader
which:
If `true`, this will enable the experimental Lua module loader which:
- overrides loadfile
- adds the lua loader using the byte-compilation cache
- adds the libs loader
- removes the default Neovim loader
* overrides loadfile
* adds the lua loader using the byte-compilation cache
* adds the libs loader
* removes the default Neovim loader
::: {.note}
The Lua module loader is *disabled* by default. Before setting this option, please