Update README to include --all flag
This commit is contained in:
parent
94ec3ed902
commit
3b6b949bb3
39
README.md
39
README.md
@ -184,12 +184,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` to `./install.py`
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
|
and `typescript` API are installed and in your `PATH`, then simply run:
|
||||||
|
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
|
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
@ -242,12 +242,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` to `./install.py`
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
|
and `typescript` API are installed and in your `PATH`, then simply run:
|
||||||
|
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
|
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
@ -300,12 +300,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` to `./install.py`
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
|
and `typescript` API are installed and in your `PATH`, then simply run:
|
||||||
|
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
|
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
@ -372,11 +372,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `install.py`.
|
`--racer-completer` to `install.py`.
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
and typescript API are installed and in your `%PATH%`, then:
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
|
and `typescript` API are installed and in your `%PATH%`, then simply run:
|
||||||
|
|
||||||
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
||||||
python install.py --clang-completer --omnisharp-completer --gocode-completer --tern-completer --racer-completer
|
python install.py --all
|
||||||
|
|
||||||
You can specify the Microsoft Visual C++ (MSVC) version using the `--msvc`
|
You can specify the Microsoft Visual C++ (MSVC) version using the `--msvc`
|
||||||
option. YCM officially supports MSVC 11 (Visual Studio 2012), 12 (2013), and 14
|
option. YCM officially supports MSVC 11 (Visual Studio 2012), 12 (2013), and 14
|
||||||
@ -437,12 +438,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install [rustc and cargo][rust-install] and add
|
- Rust support: install [rustc and cargo][rust-install] and add
|
||||||
`--racer-completer` to `./install.py`
|
`--racer-completer` to `./install.py`
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a `--all` flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure `npm`, `go`, `mono`, `rust`,
|
||||||
|
and `typescript` API are installed and in your `PATH`, then simply run:
|
||||||
|
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
|
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
|
@ -170,8 +170,8 @@ Image: Build Status [1] Image: Build status [3]
|
|||||||
- Installation
|
- Installation
|
||||||
|
|
||||||
- Mac OS X
|
- Mac OS X
|
||||||
- Ubuntu
|
- Ubuntu Linux x64
|
||||||
- Fedora
|
- Fedora Linux x64
|
||||||
- Windows
|
- Windows
|
||||||
- FreeBSD/OpenBSD
|
- FreeBSD/OpenBSD
|
||||||
- Full Installation Guide
|
- Full Installation Guide
|
||||||
@ -370,12 +370,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
||||||
'./install.py'
|
'./install.py'
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
|
'typescript' API are installed and in your 'PATH', then simply run:
|
||||||
>
|
>
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
<
|
<
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
@ -434,12 +434,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
||||||
'./install.py'
|
'./install.py'
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
|
'typescript' API are installed and in your 'PATH', then simply run:
|
||||||
>
|
>
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
<
|
<
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
@ -498,12 +498,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
||||||
'./install.py'
|
'./install.py'
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
|
'typescript' API are installed and in your 'PATH', then simply run:
|
||||||
>
|
>
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
<
|
<
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
@ -576,11 +576,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
||||||
'install.py'.
|
'install.py'.
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
and typescript API are installed and in your '%PATH%', then:
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
|
'typescript' API are installed and in your '%PATH%', then simply run:
|
||||||
>
|
>
|
||||||
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
|
||||||
python install.py --clang-completer --omnisharp-completer --gocode-completer --tern-completer --racer-completer
|
python install.py --all
|
||||||
<
|
<
|
||||||
You can specify the Microsoft Visual C++ (MSVC) version using the '--msvc'
|
You can specify the Microsoft Visual C++ (MSVC) version using the '--msvc'
|
||||||
option. YCM officially supports MSVC 11 (Visual Studio 2012), 12 (2013), and 14
|
option. YCM officially supports MSVC 11 (Visual Studio 2012), 12 (2013), and 14
|
||||||
@ -646,12 +647,12 @@ The following additional language support options are available:
|
|||||||
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
- Rust support: install rustc and cargo [23] and add '--racer-completer' to
|
||||||
'./install.py'
|
'./install.py'
|
||||||
|
|
||||||
For example, to install with all language features, ensure npm, go, mono, rust,
|
To simply compile with everything enabled, there's a '--all' flag. So, to
|
||||||
and typescript API are installed and in your PATH, then:
|
install with all language features, ensure 'npm', 'go', 'mono', 'rust', and
|
||||||
|
'typescript' API are installed and in your 'PATH', then simply run:
|
||||||
>
|
>
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --omnisharp-completer --gocode-completer \
|
./install.py --all
|
||||||
--tern-completer --racer-completer
|
|
||||||
<
|
<
|
||||||
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
That's it. You're done. Refer to the _User Guide_ section on how to use YCM.
|
||||||
Don't forget that if you want the C-family semantic completion engine to work,
|
Don't forget that if you want the C-family semantic completion engine to work,
|
||||||
|
Loading…
Reference in New Issue
Block a user