3,765
回編集
差分
編集の要約なし
:CocInstall coc-solargraph
Installed extension coc-solargraph@1.1.6 at /Users/jq/.config/coc/extensions/node_modules/coc-solargraph
touch ~/.vim/coc-settings.json
{
"languageserver": {
"sorbet": {
"command": "srb",
"args": ["tc", "--typed", "true", "--enable-all-experimental-lsp-features", "--lsp", "--disable-watchman", "--dir", "."],
"filetypes": ["ruby"],
"rootPatterns": ["sorbet/config"],
"initializationOptions": {},
"settings": {}
}
}
}
Solargraph gem not found. Run `gem install solargraph` or update your Gemfile., Install Now? (y/n)