LSP-vibescript
Sublime Text LSP helper for Vibescript
By
mgomes
Created
Links
Version
1.0.0
(>ST4106)
·
LSP-vibescript
Connects Sublime Text to the Vibescript
language server: diagnostics, hover documentation, completions, and symbol
navigation through vibes lsp.
Prerequisites
- LSP installed in Sublime Text
- The Vibescript package for
.vibesyntax support - The
vibesbinary available on yourPATH
Development install
Clone this repo into
~/Library/Application Support/Sublime Text/Packages/asLSP-vibescript:git clone https://github.com/mgomes/LSP-vibescript.git \ "$HOME/Library/Application Support/Sublime Text/Packages/LSP-vibescript"Restart Sublime Text
Configuration
The default language server command is:
["vibes", "lsp"]
Override it in Preferences > Package Settings > LSP-vibescript > Settings
if your vibes binary lives elsewhere.