Fix indentation in documentation
This commit is contained in:
parent
afd4071d03
commit
51cf5f9dde
30
README.md
30
README.md
@ -654,25 +654,25 @@ process.
|
|||||||
|
|
||||||
5. Set up support for additional languages, as desired:
|
5. Set up support for additional languages, as desired:
|
||||||
|
|
||||||
- C# support: install [Mono on non-Windows platforms][mono-install]. Navigate
|
- C# support: install [Mono on non-Windows platforms][mono-install].
|
||||||
to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` and run
|
Navigate to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer`
|
||||||
`msbuild /property:Configuration=Release` on Windows. Replace `msbuild` by
|
and run `msbuild /property:Configuration=Release` on Windows. Replace
|
||||||
`xbuild` on other platforms. On Windows, be sure that [the build utility
|
`msbuild` by `xbuild` on other platforms. On Windows, be sure that [the
|
||||||
`msbuild` is in your PATH][add-msbuild-to-path].
|
build utility `msbuild` is in your PATH][add-msbuild-to-path].
|
||||||
|
|
||||||
- Go support: install [Go][go-install] and add it to your path. Navigate to
|
- Go support: install [Go][go-install] and add it to your path. Navigate to
|
||||||
`YouCompleteMe/third_party/ycmd/third_party/gocode` and run `go build`.
|
`YouCompleteMe/third_party/ycmd/third_party/gocode` and run `go build`.
|
||||||
|
|
||||||
- TypeScript support: as with the quick installation, simply `npm install -g
|
- TypeScript support: as with the quick installation, simply `npm install -g
|
||||||
typescript` after successfully installing [Node.js and npm][npm-install].
|
typescript` after successfully installing [Node.js and npm][npm-install].
|
||||||
|
|
||||||
- JavaScript support: install [Node.js and npm][npm-install]. Then navigate to
|
- JavaScript support: install [Node.js and npm][npm-install]. Then navigate
|
||||||
`YouCompleteMe/third_party/ycmd/third_party/tern_runtime` and run `npm install
|
to `YouCompleteMe/third_party/ycmd/third_party/tern_runtime` and run `npm
|
||||||
--production`
|
install --production`
|
||||||
|
|
||||||
- Rust support: install [Rust][rust-install]. Navigate to
|
- Rust support: install [Rust][rust-install]. Navigate to
|
||||||
`YouCompleteMe/third_party/ycmd/third_party/racerd` and run
|
`YouCompleteMe/third_party/ycmd/third_party/racerd` and run `cargo build
|
||||||
`cargo build --release`.
|
--release`.
|
||||||
|
|
||||||
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,
|
||||||
|
@ -869,25 +869,27 @@ will notify you to recompile it. You should then rerun the install process.
|
|||||||
|
|
||||||
5. Set up support for additional languages, as desired:
|
5. Set up support for additional languages, as desired:
|
||||||
|
|
||||||
6. C# support: install Mono on non-Windows platforms [41]. Navigate to
|
- C# support: install Mono on non-Windows platforms [41]. Navigate to
|
||||||
'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run
|
'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run
|
||||||
'msbuild /property:Configuration=Release' on Windows. Replace 'msbuild'
|
'msbuild /property:Configuration=Release' on Windows. Replace
|
||||||
by 'xbuild' on other platforms. On Windows, be sure that the build
|
'msbuild' by 'xbuild' on other platforms. On Windows, be sure that
|
||||||
utility 'msbuild' is in your PATH [37].
|
the build utility 'msbuild' is in your PATH [37].
|
||||||
|
|
||||||
7. Go support: install Go [27] and add it to your path. Navigate to
|
- Go support: install Go [27] and add it to your path. Navigate to
|
||||||
'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go build'.
|
'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go
|
||||||
|
build'.
|
||||||
|
|
||||||
8. TypeScript support: as with the quick installation, simply 'npm install
|
- TypeScript support: as with the quick installation, simply 'npm
|
||||||
-g typescript' after successfully installing Node.js and npm [28].
|
install -g typescript' after successfully installing Node.js and npm
|
||||||
|
[28].
|
||||||
|
|
||||||
9. JavaScript support: install Node.js and npm [28]. Then navigate to
|
- JavaScript support: install Node.js and npm [28]. Then navigate to
|
||||||
'YouCompleteMe/third_party/ycmd/third_party/tern_runtime' and run 'npm
|
'YouCompleteMe/third_party/ycmd/third_party/tern_runtime' and run
|
||||||
install --production'
|
'npm install --production'
|
||||||
|
|
||||||
10. Rust support: install Rust [29]. Navigate to
|
- Rust support: install Rust [29]. Navigate to
|
||||||
'YouCompleteMe/third_party/ycmd/third_party/racerd' and run 'cargo
|
'YouCompleteMe/third_party/ycmd/third_party/racerd' and run 'cargo
|
||||||
build --release'.
|
build --release'.
|
||||||
|
|
||||||
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