mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 02:34:36 +02:00
Check lsp client is active for all language files (#790)
This commit is contained in:
parent
9233611bdc
commit
53fed9d655
33 changed files with 412 additions and 291 deletions
|
@ -1,3 +1,7 @@
|
|||
if require("lv-utils").check_lsp_client_active "solargraph" then
|
||||
return
|
||||
end
|
||||
|
||||
-- If you are using rvm, make sure to change below configuration
|
||||
require("lspconfig").solargraph.setup {
|
||||
cmd = { DATA_PATH .. "/lspinstall/ruby/solargraph/solargraph", "stdio" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue