diff options
author | Horacio Sanson <hsanson@gmail.com> | 2020-12-16 09:48:35 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 09:48:35 +0900 |
commit | f996ede5999c99b1b3e3cecc02dbd06cb286d3ff (patch) | |
tree | 3c55bcdb2395e362c06e95300354d5305a9e0074 /doc/ale-ruby.txt | |
parent | 03b6978a270107b670b0363d50f3eed4b365ba26 (diff) | |
parent | cafe8621e2e94c8eff37a430fdccb0b87788620a (diff) | |
download | ale-f996ede5999c99b1b3e3cecc02dbd06cb286d3ff.zip |
Merge pull request #3403 from will/sorbetwatchman
Add Ruby sorbet option to enable watchman
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* |