Skip to content

Commit

Permalink
modify README again
Browse files Browse the repository at this point in the history
  • Loading branch information
haorenW1025 committed Mar 12, 2020
1 parent f73d821 commit 695263b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ let g:completion_enable_snippet = 'UltiSnips'
- Only support `UltiSnips` in current stage.

### Changing Completion Confirm key
- By default <CR> is use for confirm completion and expand snippets, change it by
- By default `<CR>` is use for confirm completion and expand snippets, change it by
```.vim
let g:completion_confirm_key = "\<C-y>"
```
- Make sure to use `""` and add escape key `\` to avoid parsing issue.
- Make sure to use `" "` and add escape key `\` to avoid parsing issue.

### Enable/Disable auto hover
- By default when navigate through complete items, LSP's hover is automatically
Expand Down

0 comments on commit 695263b

Please sign in to comment.