branch: externals/kind-icon commit ad66cbefab4599c77a63197e105cf7765b5676ae Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f341699..fd1bd74 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A few examples of `kind-icon` in action: - **Mix of text and icons:** -  +  ## Installation @@ -53,7 +53,7 @@ The more generic approach of wrapping the `completion-in-region-function` would completion-in-region-function))))) ``` -For whichever completion-ui you are using. +for whichever `completion-ui` you are using. ## Configuration @@ -93,6 +93,10 @@ Check the [material icon library](https://materialdesignicons.com) for the icons Note that on first use, icons are auto-downloaded by `svg-lib`, so you'll need a network connection. After that they are cached locally. +Any icons! + +  + ### Old School: Text-based prefixes You can also use simple text-based prefixed instead of icons. A "text" icon is either one or two characters (anything longer will be dropped). The icons are quite lightweight so there shouldn't be much performance difference, but some may prefer a simpler look. Simply set the `kind-icon-use-icons` variable to `nil` and you are good to go.