summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-09-06 20:34:34 +0100
committerGitHub <noreply@github.com>2018-09-06 20:34:34 +0100
commite0fe97e0a8e929bef9bd4d677c066968be70e914 (patch)
tree746644494becca5c1d61bd479e413c4b91e2dacb /autoload
parent7b62a157390b6abb8a41efe2c5ddbf75b1888843 (diff)
parent044c762c85a8a1b79dc2728fad4c593195293303 (diff)
downloadale-e0fe97e0a8e929bef9bd4d677c066968be70e914.zip
Merge pull request #1883 from hsanson/add-solargraph-yml-to-root-path-search
Add solargraph.yml file as root path search file.
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/ruby.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/ruby.vim b/autoload/ale/ruby.vim
index f0d84296..5f0aa50d 100644
--- a/autoload/ale/ruby.vim
+++ b/autoload/ale/ruby.vim
@@ -29,7 +29,7 @@ function! ale#ruby#FindProjectRoot(buffer) abort
return l:dir
endif
- for l:name in ['Rakefile', 'Gemfile']
+ for l:name in ['.solargraph.yml', 'Rakefile', 'Gemfile']
let l:dir = fnamemodify(
\ ale#path#FindNearestFile(a:buffer, l:name),
\ ':h'