Skip to content

Instantly share code, notes, and snippets.

@hello-42
Last active February 23, 2024 23:35
Show Gist options
  • Save hello-42/3afe83e91f8ca1d1fd1b876b7ed48f3e to your computer and use it in GitHub Desktop.
Save hello-42/3afe83e91f8ca1d1fd1b876b7ed48f3e to your computer and use it in GitHub Desktop.
Meant to be installed via setup-sublime.ps1
// Settings in here override those in "LSP/LSP.sublime-settings"
{
"clients": {
"luau-lsp": {
"command":
[
"luau-lsp",
"lsp",
"--definitions=$home\\.luau-lsp\\globalTypes.d.lua",
"--docs=$home\\.luau-lsp\\api-docs.json",
"--sourcemap=sourcemap.json"
],
"enabled": true,
"initializationOptions": {
"changeConfiguration": true,
},
"selector": "source.lua",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment