diff options
author | Bartek thindil Jasicki <thindil@laeran.pl> | 2020-12-18 10:04:19 +0100 |
---|---|---|
committer | Bartek thindil Jasicki <thindil@laeran.pl> | 2020-12-18 10:04:19 +0100 |
commit | 8af805cefec9cbf64efd34760a69fc025b37eed8 (patch) | |
tree | 222fbaaafd1e2c54921bf9e468274384509c178f /doc/ale-ruby.txt | |
parent | b85207d524c4fab07a140866cc6a5fee1c46e523 (diff) | |
parent | f996ede5999c99b1b3e3cecc02dbd06cb286d3ff (diff) | |
download | ale-8af805cefec9cbf64efd34760a69fc025b37eed8.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r-- | doc/ale-ruby.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index 8815404a..edc6144a 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -177,6 +177,16 @@ g:ale_ruby_sorbet_options *g:ale_ruby_sorbet_options* This variable can be changed to modify flags given to sorbet. +g:ale_ruby_sorbet_enable_watchman *g:ale_ruby_sorbet_enable_watchman* + *b:ale_ruby_sorbet_enable_watchman* + Type: |Number| + Default: `0` + + Whether or not to use watchman to let the LSP server to know about changes + to files from outside of vim. Defaults to disable watchman because it + requires watchman to be installed separately from sorbet. + + =============================================================================== standardrb *ale-ruby-standardrb* |