• Stars
    star
    7
  • Rank 2,223,555 (Top 46 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elm support for Sublime's LSP plugin

LSP-elm

Elm support for Sublime's LSP plugin.

Requirements

Make sure you have NodeJS and NPM installed.

Installation

You will need to install elm and elm-test to get all diagnostics and elm-format for formatting.

npm install -g elm elm-test elm-format

If you want to use elm-review:

npm install -g elm-review

Configuration

Open configuration file using command palette with Preferences: LSP-elm Settings command or by accessing Preferences > Package Settings > LSP > Servers > LSP-elm from the sublime menu.

Visit elm-language-server for additional server configuration.

More Repositories

1

LSP

Client implementation of the Language Server Protocol for Sublime Text
Python
1,588
star
2

LSP-typescript

TypeScript, JavaScript support for Sublime LSP plugin
Python
128
star
3

LSP-pyright

Python support for Sublime's LSP plugin provided through microsoft/pyright.
Python
112
star
4

LSP-intelephense

PHP support for Sublime's LSP plugin provided through intelephense.
Python
89
star
5

LSP-volar

Vue support for Sublime's LSP plugin
Python
80
star
6

LSP-pylsp

Convenience package for the Python Language Server
Shell
69
star
7

LSP-rust-analyzer

Convenience package for rust-analyzer
Python
65
star
8

LSP-json

Schema validation/completions for your JSON and Sublime files
Python
65
star
9

LSP-tailwindcss

Tailwind css support for Sublime's LSP plugin
Python
50
star
10

LSP-gopls

Golang support for Sublime's LSP plugin
Python
46
star
11

LSP-elixir

Elixir support for Sublime LSP plugin
Python
41
star
12

LSP-eslint

ESLint support for Sublime LSP plugin
JavaScript
33
star
13

LSP-css

CSS, SCSS, LESS support for Sublime's LSP plugin
JavaScript
33
star
14

LSP-clangd

C/C++ support for Sublime's LSP plugin provided through clangd.
Python
33
star
15

LSP-html

HTML support for Sublime's LSP plugin
JavaScript
31
star
16

LSP-jdtls

Convenience package for the Eclipse JDT language server
Python
26
star
17

LSP-vue

Vue support for Sublime's LSP plugin
Python
26
star
18

LSP-bash

Bash support for Sublime's LSP plugin provided through bash-language-server.
Python
24
star
19

LSP-Grammarly

Grammarly support for Sublime's LSP plugin, using the Grammarly language server
Python
24
star
20

LSP-lua

Convenience package with a lua language server bundled
Python
22
star
21

LSP-ruff

LSP helper for ruff - an extremely fast Python linter, written in Rust.
Python
22
star
22

LSP-julia

Julia support for Sublime's LSP plugin using LanguageServer.jl
Python
20
star
23

LSP-yaml

YAML support for Sublime's LSP plugin using yaml-language-server
Python
19
star
24

LSP-OmniSharp

Convenience plugin to install/update OmniSharp for LSP
Python
19
star
25

LSP-Dart

Convenience plugin for the Dart Analysis Server, bundled in the Dart SDK
Python
16
star
26

LSP-TexLab

LaTeX support for Sublime's LSP plugin provided through latex-lsp/texlab.
Python
15
star
27

LSP-file-watcher-chokidar

Chokidar-based file watcher implementation for LSP
Python
15
star
28

LSP-svelte

Convenience plugin for Svelte Language Tools
Python
15
star
29

LSP-dockerfile

Dockerfile support for Sublime's LSP plugin
Python
13
star
30

LSP-marksman

An LSP server for Markdown provided through Marksman.
Python
13
star
31

LSP-SourceKit

Convenience plugin for Apple's SourceKit language server
Python
13
star
32

lsp_utils

Module with LSP-related utilities for Sublime Text
Python
12
star
33

LSP-biome

Biome LSP server for Sublime Text
Python
12
star
34

LSP-lemminx

XML support for Sublime's LSP plugin
Python
11
star
35

LSP-Deno

Convenience package for starting the deno lsp server
Python
11
star
36

LSP-SonarLint

Linting from SonarSource
Python
10
star
37

LSP-terraform

Convenience package for the terraform language server
Python
9
star
38

LSP-angular

Convenience plugin for Angular Language Service
Python
8
star
39

LSP-graphql

GraphQL support for Sublime's LSP package
JavaScript
7
star
40

LSP-stylelint

Stylelint support for Sublime's LSP plugin
Shell
7
star
41

LSP-cspell

Spell check support for Sublime's LSP plugin provided through cspell.
JavaScript
7
star
42

LSP-astro

Astro support for Sublime's LSP plugin
Python
7
star
43

LSP-PowerShellEditorServices

Convenience plugin to install and upgrade the PowerShellEditorServices language server
Python
6
star
44

repository

Package repository for Package Control
Python
5
star
45

LSP-performance-test

Performance Tests for LSP
Python
5
star
46

LSP-rome

Rome LSP server for Sublime LSP
Python
4
star
47

LSP-ltex-ls

Convenience package for the LTeX Language Server (Spell/Grammar check for LaTex and Markdown)
Python
3
star
48

LSP-cmake

Convenience package for a basic cmake-language-server
Python
3
star
49

LSP-serenata

PHP support for Sublime's LSP plugin using Serenata
Python
2
star
50

LSP-R

Convenience package for the R language server
Python
2
star
51

sublime_asyncio

Python
1
star
52

LSP-flow

Helper package that sets up your flow LSP server automatically
Python
1
star
53

LSP-kotlin

Kotlin support for Sublime's LSP package
Python
1
star