Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

luaLoader.enable

Whether to enable/disable the experimental lua loader:

If true: Enables the experimental Lua module loader:

  • overrides loadfile
  • adds the lua loader using the byte-compilation cache
  • adds the libs loader
  • removes the default Neovim loader

If false: Disables the experimental Lua module loader:

  • removes the loaders
  • adds the default Neovim loader

If null: Nothing is configured.

Type: null or boolean

Default: null

Declared by: