Skip to content

Commit fd4dfa0

Browse files
committed
Document Julia and Jedi, fix typos
1 parent 12dff3e commit fd4dfa0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/Language Servers.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@
121121
"source": [
122122
"### Notebook-Optimized Language Servers\n",
123123
"\n",
124-
"These servers have well-tested support for notebooks and file editors."
124+
"These servers have support for notebooks and file editors. The `pyls` and\n",
125+
"`r-languageserver` are well-tested, while `jedi` and `Julia` servers are\n",
126+
"experimental. Please only install one language server per language (`jedi` or\n",
127+
"`pyls` for Python - not both)."
125128
]
126129
},
127130
{
@@ -132,7 +135,7 @@
132135
},
133136
"outputs": [],
134137
"source": [
135-
"nb_langs = [\"pyls\", \"r-languageserver\"]\n",
138+
"nb_langs = [\"pyls\", \"r-languageserver\", \"julia-language-server\", \"jedi-language-server\"]\n",
136139
"lang_server_table(\n",
137140
" {key: spec for key, spec in mgr.language_servers.items() if key in nb_langs}\n",
138141
")"
@@ -207,7 +210,7 @@
207210
" yaml-language-server\n",
208211
"```\n",
209212
"\n",
210-
"This will create create (or add to):\n",
213+
"This will create (or add to):\n",
211214
"\n",
212215
"- `package.json` (check this in!)\n",
213216
"- `yarn.lock` (check this in!)\n",
@@ -255,7 +258,7 @@
255258
"- `tectonic`, a cross-platform $\\LaTeX$ processing tool\n",
256259
" - note, it will download a large number of packages when first executed\n",
257260
"- `texlab`, a Language Server for `.tex` files that supports completion and\n",
258-
" refernce navigation\n",
261+
" reference navigation\n",
259262
"- `chktex`, a `.tex` style checker"
260263
]
261264
},

0 commit comments

Comments
 (0)