Package Control

The official Sublime Text package manager.

LSP-vibescript

Sublime Text LSP helper for Vibescript

By mgomes
Created July 16, 2026.

Links

Version

1.0.0 (>ST4106) ·
2026-07-16 21:51

LSP-vibescript

Connects Sublime Text to the Vibescript language server: diagnostics, hover documentation, completions, and symbol navigation through vibes lsp.

Prerequisites

Development install

  1. Clone this repo into ~/Library/Application Support/Sublime Text/Packages/ as LSP-vibescript:

    git clone https://github.com/mgomes/LSP-vibescript.git \
      "$HOME/Library/Application Support/Sublime Text/Packages/LSP-vibescript"
    
  2. 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.

Results

Packages