Skip to content

Commit

Permalink
docs: add LSP-rome and LSP-ruff (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Jun 24, 2023
1 parent 38177c9 commit 1b435a9
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,13 @@ Follow installation instructions on [LSP-flow](https://github.com/sublimelsp/LSP
}
```
### TypeScript
### Rome
> Rome unifies your development stack by combining the functionality of separate tools. Supports linting and formatting.
Follow installation instructions on [LSP-rome](https://github.com/sublimelsp/LSP-rome).
### TypeScript Language Server
Follow installation instructions on [LSP-typescript](https://github.com/sublimelsp/LSP-typescript).
Expand Down Expand Up @@ -430,12 +436,22 @@ There are multiple options:

### Pyright

> A full-featured, standards-based static type checker for Python. It is designed for high performance and can be used with large Python source bases.

Follow installation instructions on [LSP-pyright](https://github.com/sublimelsp/LSP-pyright).

### Python LSP Server
### Python LSP Server (pylsp)

> A [Jedi](https://github.com/davidhalter/jedi)-powered language server that also supports running various linters through built-in plugins.

Follow installation instructions on [LSP-pylsp](https://github.com/sublimelsp/LSP-pylsp).

### LSP-ruff

> An extremely fast Python linter and code transformation tool, written in Rust.

Follow installation instructions on [LSP-ruff](https://github.com/sublimelsp/LSP-ruff).

## R

Follow installation instructions on [R-IDE](https://github.com/REditorSupport/sublime-ide-r#installation).
Expand Down Expand Up @@ -606,6 +622,10 @@ Follow installation instructions on [LSP-tailwindcss](https://github.com/sublime

Follow installation instructions on [LSP-terraform](https://github.com/sublimelsp/LSP-terraform).

## TypeScript

See [Javascript/TypeScript](#javascripttypescript).

## Vue

There are multiple options:
Expand Down

0 comments on commit 1b435a9

Please sign in to comment.