mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Doc: Ruby omni-completion works (#5497)
This commit is contained in:
parent
fbd6b10e1b
commit
869a9078e1
@ -1436,7 +1436,7 @@ original HTML files completion of tags (and only tags) isn't context aware.
|
|||||||
|
|
||||||
RUBY *ft-ruby-omni* {Nvim}
|
RUBY *ft-ruby-omni* {Nvim}
|
||||||
|
|
||||||
NOTE: Completion for ruby code is not currently provided by Nvim.
|
NOTE: |compl-omni| for Ruby code requires |provider-ruby| to be installed.
|
||||||
|
|
||||||
Ruby completion will parse your buffer on demand in order to provide a list of
|
Ruby completion will parse your buffer on demand in order to provide a list of
|
||||||
completions. These completions will be drawn from modules loaded by 'require'
|
completions. These completions will be drawn from modules loaded by 'require'
|
||||||
|
Loading…
Reference in New Issue
Block a user