Skip to content

Is there a way to sort items based on use frequency? #2108

Closed Answered by vdegenne
vdegenne asked this question in Q&A
Discussion options

You must be logged in to vote

Never mind, I found out:

{
  name = "nvim_lsp",
  entry_filter = function(entry, _)
    local kind = require("cmp.types").lsp.CompletionItemKind[entry:get_kind()]
    return kind ~= "Keyword"
  end,
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vdegenne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant