From b65237e350285d3f38ebd6d0ae3f4f2bbfb1f6f3 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Mon, 16 Aug 2021 01:11:44 +0900 Subject: [PATCH] Advertise a bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 7b77369..e508cd9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,23 @@ Status not yet stable but ok to use (for testing). +Features +==================== + +- Support pairs-wise plugin automatically +- Fully customizable via Lua functions (WIP) +- Fully supported LSP's Completion capabilities + - Snippets + - CommitCharacters + - TriggerCharacters + - TextEdit and InsertReplaceTextEdit + - AdditionalTextEdits + - Markdown documentation + - Execute commands (Some LSP server needs it to auto-importing. e.g. `sumneko_lua` or `purescript-language-server`) + - Preselect + - CompletionItemTags + + Setup ====================