Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Sep 14, 2024
1 parent 3841f64 commit 316e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/easycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if g:easycomplete_nerd_font == 1
endif

if !exists("g:easycomplete_pum_format")
let g:easycomplete_pum_format = ["abbr", "kind", "menu"]
let g:easycomplete_pum_format = ["kind", "abbr", "menu"]
endif

if !exists("g:easycomplete_menu_skin")
Expand Down

0 comments on commit 316e938

Please sign in to comment.