fix(vim): force solargraph to use bundle exec
Solargraph is best used installed in your Gemfile, this will allow you to use manage the versions by each project. This will ensure that we are using the version in your Gemfile, not the one installed globally.
This commit is contained in:
parent
2d7ab84b3a
commit
ed39483c40
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ local servers = {
|
||||||
filetypes = { "html", "typescriptreact", "javascriptreact", "css", "scss", "eruby" },
|
filetypes = { "html", "typescriptreact", "javascriptreact", "css", "scss", "eruby" },
|
||||||
},
|
},
|
||||||
-- Ruby
|
-- Ruby
|
||||||
solargraph = {},
|
solargraph = {
|
||||||
|
cmd = { "bundle", "exec", "solargraph", "stdio" },
|
||||||
|
},
|
||||||
-- Rust
|
-- Rust
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
-- Lua for the vim config and plugin dev
|
-- Lua for the vim config and plugin dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue