Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 1, 2024
1 parent 961eb1c commit c04b854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use { 'jayli/vim-easycomplete', requires = {'SirVer/ultisnips'}}
```
Run `:PackerInstall`

You can use my default configuration [here](my-custom-config.md) with lua. [Full configuration](custom-config.md)
[Full configuration](custom-config.md) with lua.

## Commands

Expand Down Expand Up @@ -259,7 +259,7 @@ Disable TabNine inline suggestion: `let g:easycomplete_tabnine_suggestion = 0`.

If you just want to use default nerdfonts configuration, you can simplily config `g:easycomplete_nerd_font = 1`

If you want to customize the kind icon, you can modify the configuration with <https://nerdfonts.com> installed. [Examples](beautify-menu-items.md).
If you want to customize the kind icon, you can modify the configuration with <https://nerdfonts.com> installed. [Examples](custom-config.md).

You can add custom fuzzy matching charactors your own highlight group via `g:easycomplete_fuzzymatch_hlgroup = "MyGroup"`.

Expand Down
56 changes: 0 additions & 56 deletions beautify-menu-items.md

This file was deleted.

0 comments on commit c04b854

Please sign in to comment.