Loads additions for Roblox LSP (lua-language-server).
Last tested with Roblox LSP 1.5.9
- Save
plugin-loader.luainto any directory (Ex.C:/Users/user/rbx-lsp/plugin-loader.lua). - Make a folder named
pluginsin the same directory. - Configure Roblox LSP's Runtime Plugin path (
robloxLsp.runtime.plugin) to theplugin-loader.lua's path.- Method 1: Search
pluginin Roblox LSP's extension settings in editor (VSCode) and change the Runtime Plugin path. - Method 2: Add to editor's
settings.json:"robloxLsp.runtime.plugin": "C:/Users/user/rbx-lsp/plugin-loader.lua",
- Method 1: Search
Collects the plugin folders in the plugins folder, executing each plugin's plugin.lua script.