generated from lapce-community/lapce-volt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolt.toml
32 lines (26 loc) · 890 Bytes
/
volt.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "lapce-solargraph"
version = "0.1.2"
author = "Stanislav Lapata"
display-name = "Ruby (solargraph)"
description = "Ruby plugin for the Lapce Editor - Powered by solargraph"
wasm = "bin/lapce-solargraph.wasm"
repository = "https://github.com/Stanislav-Lapata/lapce-solargraph"
icon = "assets/ruby.png"
[activation]
language = ["ruby"]
workspace-contains = ["*/Gemfile", "*/*.gemspec"]
[config.serverPath]
default = "solargraph"
description = "Path to the solargraph command."
[config.serverArgs]
default = ["stdio"]
description = "LSP server arguments to pass when launching."
[config.formatting]
default = true
description = "Enable document formatting. The gem currently uses RuboCop for formatting."
[config.diagnostics]
default = true
description = "Enable diagnostics reporting."
[config.autoformat]
default = true
description = "Enable automatic formatting while typing."