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

luau-lsp

URL: https://github.com/lopi-py/luau-lsp.nvim/

Maintainers: Heitor Augusto

plugins.luau-lsp.enable

Whether to enable luau-lsp.

Type: boolean

Default: false

Example: true

Declared by:

plugins.luau-lsp.package

The luau-lsp package to use.

Type: package

Default: pkgs.vimPlugins.luau-lsp-nvim

Declared by:

plugins.luau-lsp.autoLoad

Whether to automatically load luau-lsp when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.luau-lsp.settings

Options provided to the require('luau-lsp').setup function.

Type: lua value

Default: { }

Example:

{
  platform = {
    type = "roblox";
  };
  sourcemap = {
    autogenerate = true;
    enabled = true;
    rojo_project_file = "default.project.json";
    sourcemap_file = "sourcemap.json";
  };
  types = {
    roblox_security_level = "PluginSecurity";
  };
}

Declared by: