Skip to content

Instantly share code, notes, and snippets.

View danest's full-sized avatar
😶

Kevin Urrutia danest

😶
View GitHub Profile
@danest
danest / .solargraph.yml
Last active April 13, 2024 01:42 — forked from DRBragg/.solargraph.yml
My config with steps to use solargraph for Rails projects in VS Code (WIP)
---
include:
- 'app/**/*.rb'
- 'config/**/*.rb'
- 'lib/**/*.rb'
exclude:
- spec/**/*
- vendor/**/*
- '.bundle/**/*'
require: