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.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: