Skip to content

Meta-Maxim/RobloxLsp-plugin-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RobloxLsp-plugin-loader

Loads additions for Roblox LSP (lua-language-server).

⚠️ Experimental! Can break with Roblox LSP updates. Use at your own risk! ⚠️

Last tested with Roblox LSP 1.5.9


Installation:

  1. Save plugin-loader.lua into any directory (Ex. C:/Users/user/rbx-lsp/plugin-loader.lua).
  2. Make a folder named plugins in the same directory.
  3. Configure Roblox LSP's Runtime Plugin path (robloxLsp.runtime.plugin) to the plugin-loader.lua's path.
    • Method 1: Search plugin in 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",

Operation:

Collects the plugin folders in the plugins folder, executing each plugin's plugin.lua script.

About

Loads plugins for Roblox LSP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages