Skip to content
Discussion options

You must be logged in to vote

Oi! Something like this should work, although I haven't tested it

Plug('saghen/blink.cmp', {
  ['tag'] = '*',
  -- optionally, build from source instead of using the prebuilt binary
  -- ['do'] = function() vim.cmd('BlinkCmp build') end
})

require('blink.cmp').setup({
  -- your options

  -- disable downloading prebuilt binaries if you build from source
  -- fuzzy = { prebuilt_binaries = { download = false } }
})

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Khelda
Comment options

@saghen
Comment options

@Khelda
Comment options

@Khelda
Comment options

Answer selected by saghen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants