mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
simplify Julia config (#1811)
* simplify Julia config * remove trailing whitespace
This commit is contained in:
parent
9400d74307
commit
0902ede7b1
@ -468,17 +468,9 @@ language-server = { command = "julia", args = [
|
||||
"--history-file=no",
|
||||
"--quiet",
|
||||
"-e",
|
||||
"""
|
||||
using LanguageServer;
|
||||
using Pkg;
|
||||
import StaticLint;
|
||||
env_path = dirname(Pkg.Types.Context().env.project_file);
|
||||
server = LanguageServer.LanguageServerInstance(stdin, stdout, env_path, "");
|
||||
server.runlinter = true;
|
||||
run(server);
|
||||
""",
|
||||
"using LanguageServer; runserver()",
|
||||
] }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "julia"
|
||||
|
Loading…
Reference in New Issue
Block a user