https://github.com/prometheus-community/sublimelsp-promql
PromQL support for Sublime LSP plugin, using promql-langserver
https://github.com/prometheus-community/sublimelsp-promql
langserver sublime-text-plugin
Last synced: about 2 months ago
JSON representation
PromQL support for Sublime LSP plugin, using promql-langserver
- Host: GitHub
- URL: https://github.com/prometheus-community/sublimelsp-promql
- Owner: prometheus-community
- License: apache-2.0
- Created: 2020-07-15T06:03:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T22:29:10.000Z (over 2 years ago)
- Last Synced: 2025-04-18T01:47:59.540Z (2 months ago)
- Topics: langserver, sublime-text-plugin
- Language: Python
- Homepage:
- Size: 582 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# LSP-promql
PromQL support for Sublime LSP plugin, using [promql-langserver](https://github.com/prometheus-community/promql-langserver).
## Usage

## Installation
1. Install `LSP-promql` via package control.
2. It will download binary `promql-langserver` automatically.
3. Restart Sublime Text.## Settings
* Set Prometheus server via `env.LANGSERVER_PROMETHEUSURL` in Packages Settings -> LSP -> Servers -> LSP-promql
```json
{
"env": {
"LANGSERVER_PROMETHEUSURL": "http://localhost:9090"
}
}
```