Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 1, 2024
1 parent 060872d commit 63b1756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Global configurations
| `g:easycomplete_signature_enable` | 1 | Enable signature |
| `g:easycomplete_diagnostics_hover` | 1 | Gives a diagnostic prompt when the cursor holds |
| `g:easycomplete_fuzzymatch_hlgroup` | `""` | Custom fuzzy matching charactors Highlight group name |
| `g:easycomplete_pum_format` | `["abbr", "kind", "menu"]`| Pmenu format |

Typing `:h easycomplete` for help.

Expand Down
3 changes: 3 additions & 0 deletions custom-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ vim.g.easycomplete_kind_icons = {
parameter = "󰏗",
}

-- Custom pum format
vim.g.easycomplete_pum_format = ["kind", "abbr", "menu"]

-- Define highlight group for fuzzy matched charactors.
vim.g.easycomplete_fuzzymatch_hlgroup = "MyGroup"

Expand Down

0 comments on commit 63b1756

Please sign in to comment.