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

performance.byteCompileLua.enable

Whether to enable byte compiling of lua files.

Type: boolean

Default: false

Example: true

Declared by:

performance.byteCompileLua.configs

Whether to byte compile lua configuration files.

Type: boolean

Default: true

Example: false

Declared by:

performance.byteCompileLua.initLua

Whether to byte compile init.lua.

Type: boolean

Default: true

Example: false

Declared by:

performance.byteCompileLua.luaLib

Whether to byte compile lua library.

Type: boolean

Default: false

Example: true

Declared by:

performance.byteCompileLua.nvimRuntime

Whether to byte compile lua files in Nvim runtime.

Type: boolean

Default: false

Example: true

Declared by:

performance.byteCompileLua.plugins

Whether to byte compile lua plugins.

Type: boolean

Default: false

Example: true

Declared by: