Skip to content

Commit

Permalink
docs: add missing draw type
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Oct 15, 2024
1 parent e5f543d commit 2f9f167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/blink/cmp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ local config = {
-- Controls how the completion items are rendered on the popup window
-- 'simple' will render the item's kind icon the left alongside the label
-- 'reversed' will render the label on the left and the kind icon + name on the right
-- 'minimal' will render the label on the left and the kind name on the right
-- 'function(blink.cmp.CompletionRenderContext): blink.cmp.Component[]' for custom rendering
draw = 'simple',
-- Controls the cycling behavior when reaching the beginning or end of the completion list.
Expand Down

0 comments on commit 2f9f167

Please sign in to comment.