Skip to content

Commit

Permalink
Fix completion_types for crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 23, 2023
1 parent 50b5c86 commit bd938da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ local completion_types = {
Operator = { kind = '', menu = 'Operator' },
TypeParameter = { kind = '', menu = 'Type-param' },
GitHub = { kind = '', menu = 'GitHub' },
Version = { kind = '', menu = 'Version' },
}

cmp.setup({
Expand Down

0 comments on commit bd938da

Please sign in to comment.