Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 14f75be

Browse files
committed
README update
1 parent 32bde5c commit 14f75be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ supported.
1111
- Automatically open hover windows when popupmenu is available.
1212
- Automatically open signature help if it's available.
1313
- Snippets integration with UltiSnips and Neosnippet.
14+
- Apply *additionalTextEdits* in LSP spec if it's available.
1415
- Chain completion support inspired by ![vim-mucomplete](https://github.com/lifepillar/vim-mucomplete)
1516

1617
## Demo
@@ -175,8 +176,7 @@ is `"alphabet"`, change it by
175176
let g:completion_sorting = "length"
176177
```
177178

178-
- If you don't want any sorting, you can set this value to `"none"`, however, you
179-
shouldn't be setting this if you have multiple sources enable.
179+
- If you don't want any sorting, you can set this value to `"none"`.
180180

181181
*NOTE* use `:lua print(vim.inspect(vim.lsp.buf_get_clients()[1].server_capabilities.completionProvider.triggerCharacters))`
182182
to see the trigger character of your language server.

0 commit comments

Comments
 (0)