-
|
Oi ! Small question : my old config did debued without LazyVim, so it was on VimPlug for... Well, a lot of time. So migrating to LazyVim is almost out of the question due to... Well, it would be a nightmare to backport everything (including my Goyo config). So I would like to know how would one is meant to install this using anything other than LazyVim ? |
Beta Was this translation helpful? Give feedback.
Answered by
saghen
Oct 6, 2025
Replies: 1 comment 4 replies
-
|
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 } }
}) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
saghen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oi! Something like this should work, although I haven't tested it