feat: new config with everything manually installed
This commit is contained in:
5
lsp/solargraph.lua
Normal file
5
lsp/solargraph.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'solargraph', 'stdio' },
|
||||
filetypes = { 'ruby' },
|
||||
root_markers = { 'Gemfile', '.git' },
|
||||
}
|
||||
Reference in New Issue
Block a user