Skip to content

Commit 1b14614

Browse files
ghyatzoCamillo Schenoneaviatesk
authored
adds sublime text setup instructions (#344)
Co-authored-by: Camillo Schenone <camillo.schenone@jasco.com> Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
1 parent 53ac1e6 commit 1b14614

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/src/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,24 @@ vim.lsp.config("jetls", {
101101
})
102102
vim.lsp.enable("jetls")
103103
```
104+
### Sublime
105+
106+
Minimal [Sublime](https://www.sublimetext.com/) setup using the
107+
[Sublime-LSP plugin](https://github.com/sublimelsp/LSP) and modifying the
108+
`LSP.sublime-settings` file:
109+
110+
```json
111+
{
112+
"clients": {
113+
"jetls": {
114+
"enabled": true,
115+
"command": ["jetls", "--threads=auto", "--", "--socket=8080"],
116+
"selector": "source.julia",
117+
"tcp_port": 8080
118+
}
119+
}
120+
}
121+
```
104122

105123
### Zed
106124

0 commit comments

Comments
 (0)