Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
9eee31ee
Commit
9eee31ee
authored
Aug 22, 2022
by
Georg Gadinger
🐾
Browse files
add default LSP config for Ruby
parent
0a5ba9ca
Pipeline
#221134
passed with stage
in 7 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/settings.json
View file @
9eee31ee
...
...
@@ -133,6 +133,12 @@
"url"
:
"https://github.com/jeapostrophe/racket-langserver"
,
"highlightingModeRegex"
:
"^Racket$"
},
"ruby"
:
{
"command"
:
[
"solargraph"
,
"stdio"
],
"rootIndicationFileNames"
:
[
"Gemfile"
,
"Gemfile.lock"
,
"gems.rb"
,
"gems.lock"
,
"Rakefile"
],
"url"
:
"https://solargraph.org"
,
"highlightingModeRegex"
:
"^Ruby$"
},
"rust"
:
{
"command"
:
[
"rust-analyzer"
],
"path"
:
[
"%{ENV:HOME}/.cargo/bin"
,
"%{ENV:USERPROFILE}/.cargo/bin"
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment