diff options
author | PSeitz <[email protected]> | 2021-03-29 21:09:04 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-29 21:09:04 +0100 |
commit | 14a1f0ce46841e75db5f4f245f1ffe5355ce65fe (patch) | |
tree | 48363c23cc56216997e717848d964f898bc0c6ad /docs/user | |
parent | 3153a80261877539c11600b09dbb2cb48b670ebc (diff) |
remove enumeration
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/manual.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index a80fdc364..e74b287fb 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -254,8 +254,8 @@ let g:LanguageClient_serverCommands = { | |||
254 | 254 | ||
255 | ==== YouCompleteMe | 255 | ==== YouCompleteMe |
256 | 256 | ||
257 | 1. Install YouCompleteMe by following the instructions | 257 | Install YouCompleteMe by following the instructions |
258 | https://github.com/ycm-core/YouCompleteMe#installation[here] | 258 | https://github.com/ycm-core/YouCompleteMe#installation[here]. |
259 | 259 | ||
260 | rust-analyzer is the default in ycm, it should work out of the box. | 260 | rust-analyzer is the default in ycm, it should work out of the box. |
261 | 261 | ||